Go to file
Jeff Carr d04767a0ff go.wit.com/log change
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-08 23:54:02 -06:00
debian rename to go.wit.com/control-panel-dns 2023-12-20 15:12:26 -06:00
dnssecsocket rename to go.wit.com/control-panel-dns 2023-12-20 15:12:26 -06:00
linuxstatus go.wit.com/log change 2024-01-08 23:54:02 -06:00
protobuf make a cloudflare package 2023-12-20 03:13:43 -06:00
smartwindow go.wit.com/log change 2024-01-08 23:54:02 -06:00
.gitignore fixed stuff 2024-01-03 12:40:31 -06:00
LICENSE tagging against wit/gui v0.6.1 2023-03-01 11:21:47 -06:00
Makefile go.wit.com/log NewFlag() 2024-01-08 22:34:08 -06:00
README.md Detect that a VPN is needed 2023-12-28 09:43:45 -06:00
RFC-2136 v0.0.2 next step: acutally try to nsupdate 2023-02-18 23:37:11 -06:00
RFC-8482 make a cloudflare package 2023-12-20 03:13:43 -06:00
args.go go.wit.com/log change 2024-01-08 23:54:02 -06:00
digStatus.go error window v0.1 2024-01-07 10:38:17 -06:00
dns-https.go all engines running and stable 2024-01-06 16:59:33 -06:00
dns.go main window is pretty clean 2024-01-07 12:45:01 -06:00
errorBox.go go.wit.com/log NewFlag() 2024-01-08 22:34:08 -06:00
fix.go go.wit.com/log NewFlag() 2024-01-08 22:34:08 -06:00
go.mod errors are always displayed 2024-01-08 11:05:40 -06:00
gui.go go.wit.com/log change 2024-01-08 23:54:02 -06:00
hostnameStatus.go errors are always displayed 2024-01-08 11:05:40 -06:00
ipv6box.go errors are always displayed 2024-01-08 11:05:40 -06:00
json.go make a cloudflare package 2023-12-20 03:13:43 -06:00
main.go more debugging & smartwindow test 2024-01-08 12:55:23 -06:00
problems.go go.wit.com/log NewFlag() 2024-01-08 22:34:08 -06:00
resolverBox.go make new resolverStatus() 2024-01-06 01:41:33 -06:00
structs.go more debugging & smartwindow test 2024-01-08 12:55:23 -06:00
testSmartWindow.go more testing 2024-01-08 13:02:43 -06:00

README.md

control-panel-dns

A Control Panel to monitor DNS settings

Goals:

  • Correctly care and handle IPv6 (IPv4 is dead)
  • Update your hostname DNS when your IP address changes
  • Run as a daemon
  • When run in GUI, add status via systray

Rational

With the advent of IPv6, it is finally possible again to have real hostnames for your machines, desktops, laptops, vm's, etc. This control panel will poll for changes, find out what the DNS entries are, then, if they are not correct, attempt to update the DNS server.

References

Useful links and other external things which might be useful