<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go.wit.com/apps/control-panel-dns.git/hostname.go, branch v0.2.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/atom?h=v0.2.5</id>
<link rel='self' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/atom?h=v0.2.5'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/'/>
<updated>2023-12-29T07:36:10Z</updated>
<entry>
<title>add digital ocean &amp; DNS state windows</title>
<updated>2023-12-29T07:36:10Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-29T07:36:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=1258be9beff2e45c94ba5f7c29db65be02a1e2d4'/>
<id>urn:sha1:1258be9beff2e45c94ba5f7c29db65be02a1e2d4</id>
<content type='text'>
    lists digital ocean droplets
    create a new digital ocean droplet
    knows what needs to be done to get IPv4 and IPv6 to work
    update windows on Show()
    make a window for the state of DNS specific to the hostname

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>DNS status window Show() and Hide()</title>
<updated>2023-12-28T21:36:05Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-28T21:36:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=8afc73da048204f4245e0c850436c1e3e70055a5'/>
<id>urn:sha1:8afc73da048204f4245e0c850436c1e3e70055a5</id>
<content type='text'>
    display HTTPS results from dns.google.com for go.wit.com
    use a grid instead of boxes
    start go.wit.com/log

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>Detect that a VPN is needed</title>
<updated>2023-12-28T15:43:45Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-28T15:43:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=6fa6d6dfc9e5a88e7dff2ed3c148b3b4271f566c'/>
<id>urn:sha1:6fa6d6dfc9e5a88e7dff2ed3c148b3b4271f566c</id>
<content type='text'>
    IPv6() returns true if it's working
    display duration
    a 'DNS Lookup Status' window
    actual dig results
    display status and failure counters
    count lookup failures and successes
    add TCP dns lookup
    logic to test if dns is working at all
    add DNS over HTTPS
    cloudflare new &amp; update kind of working
    holy shit, go.wit.com finally works with git mod tidy
    working, but cloudflare api stuff is broken
    AAAA '(none)' logic detection is better
    cloudflare control panel
    display the working real AAAA addresses

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>rename to go.wit.com/control-panel-dns</title>
<updated>2023-12-20T21:12:26Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-20T21:12:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=379fee6d963fe33b798676fd96955ad1c51a3027'/>
<id>urn:sha1:379fee6d963fe33b798676fd96955ad1c51a3027</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>make a cloudflare package</title>
<updated>2023-12-20T09:13:43Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-20T09:13:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=382cc8dd171731cc333dd05b7b0b798340162a32'/>
<id>urn:sha1:382cc8dd171731cc333dd05b7b0b798340162a32</id>
<content type='text'>
    move cloudflare stuff to a package
    display cloudflare API values
    dns protobuf example
    sort output, but gocli formatting is bad
    cloudflare window can be closed
    first time success pushing AAAA records for my box
    enable a cloudflare button
    RFC 8482. DNS servers we use should respond to ANY
    	We should support ANY requests via DNS
    	as long as we enforce TCP over UDP
    populate the API provider
    domain NS record changes are tracked
    check hostname OS configuration
    detect domain name changes
    lookup of NS records for my domain name
    button to investigate port 53 daemon
    start dns resolver detection and debugging
    measure dns resolution speed
    sort todo items

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>hostname check basically working</title>
<updated>2023-12-16T15:36:40Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-16T15:36:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=e9f1723dbc8dab3bd84f7006723f6ae9c97df88c'/>
<id>urn:sha1:e9f1723dbc8dab3bd84f7006723f6ae9c97df88c</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui mode works again</title>
<updated>2023-12-16T15:02:59Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-16T15:02:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=27696b976485f989d664f330e9c328de93e8e672'/>
<id>urn:sha1:27696b976485f989d664f330e9c328de93e8e672</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>remove places the app could exit</title>
<updated>2023-03-28T13:53:51Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-28T13:53:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=5645231c498048dd4a1e4b097437a6f4c63cd022'/>
<id>urn:sha1:5645231c498048dd4a1e4b097437a6f4c63cd022</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>clean output</title>
<updated>2023-03-27T02:29:38Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-27T02:29:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=76699a310278d5b52613f0a59a664c9213fa6668'/>
<id>urn:sha1:76699a310278d5b52613f0a59a664c9213fa6668</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>everything auto-updates on open</title>
<updated>2023-03-26T21:17:32Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-26T21:17:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/go.wit.com/apps/control-panel-dns.git/commit/?id=70a7ca6d75b0bffbd184b1780bca5a9b0db46c70'/>
<id>urn:sha1:70a7ca6d75b0bffbd184b1780bca5a9b0db46c70</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
</feed>
