next step: actually work on DNS update add RFC 2136 defining nsupdate. Vixie et al in 1997 attempt to pull DNS records start a checkDNS() function dampen output. actually track IPs poll every 2 seconds fuck this shit about logging. I hate log.whatthefuck*(){} Do you know what I don't give a damn about? log() So, here you go. a stupid log() function. Also, because I'm annoyed today sleep() and exit() Because, when I want you to sleep or fucking exit, I don't want to go to the top of a file and declare stupid shit related to nanoseconds or add "import os.Exit" or whatever the hell. god damn it, I know what I fucking wanted. I want simple. add IsRealIP() and IsIPv6() need a netlink function (nope: not going to use this) put the gui plugin's in the debian package for now Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
debian | ||
.gitignore | ||
Makefile | ||
README.md | ||
RFC-2136 | ||
args.go | ||
dns.go | ||
dynamic-dns-update.go | ||
fsnotify.go | ||
gui.go | ||
he-ipv6-tunnel.sh | ||
hostname.go | ||
log.go | ||
lookupAAAA.go | ||
main.go | ||
net.go | ||
netlink.go | ||
rtnetlink.go | ||
structs.go | ||
unix.go |
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