summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc69d97
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# 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)