Go to file
Jeff Carr 51eeda03e0 hopefully go.* files no longer
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-30 01:22:58 -06:00
debian rename to go.wit.com/control-panel-dns 2023-12-20 15:12:26 -06:00
resources the embed dir can't be empty or 'go get' fails 2024-01-27 13:40:54 -06:00
.gitignore hopefully go.* files no longer 2024-01-30 01:22:58 -06:00
LICENSE tagging against wit/gui v0.6.1 2023-03-01 11:21:47 -06:00
Makefile the embed dir can't be empty or 'go get' fails 2024-01-27 13:40:54 -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 name changes in the gui package 2024-01-21 00:15:20 -06:00
digStatus.go name changes in the gui package 2024-01-21 00:15:20 -06:00
dns-https.go name changes in the gui package 2024-01-21 00:15:20 -06:00
dns.go name changes in the gui package 2024-01-21 00:15:20 -06:00
errorBox.go name changes in the gui package 2024-01-21 00:15:20 -06:00
fix.go name changes in the gui package 2024-01-21 00:15:20 -06:00
gui.go name changes in the gui package 2024-01-21 00:15:20 -06:00
hostnameStatus.go name changes in the gui package 2024-01-21 00:15:20 -06:00
json.go name changes in the gui package 2024-01-21 00:15:20 -06:00
main.go compiles and opens 2024-01-21 02:00:04 -06:00
problems.go name changes in the gui package 2024-01-21 00:15:20 -06:00
resolverBox.go name changes in the gui package 2024-01-21 00:15:20 -06:00
structs.go name changes in the gui package 2024-01-21 00:15:20 -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