20 lines
463 B
Markdown
20 lines
463 B
Markdown
# 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
|
|
|
|
## References
|
|
|
|
Useful links and other
|
|
external things which might be useful
|
|
|
|
* [WIT GO projects](http://go.wit.org/)
|
|
* [GOLANG GUI](https://github.com/wit-go/gui)
|
|
* [GO Style Guide](https://google.github.io/styleguide/go/index)
|