From 982e23e1eaefc147628229b6d857a2145c1d3fbe Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Sat, 10 Jan 2004 23:07:22 +0000 Subject: [PATCH] Visions of grandeur! --- TODO | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..e267b2f --- /dev/null +++ b/TODO @@ -0,0 +1,22 @@ +TODO for dnsupdate + +- Check if address needs update before sending data +- Add a config-file for hostname, domain and password + All options should be configurable, ttl and force as well. +- Add command line parameter prefixes + -d domain + -f force + -h help + -i ipadress + -n hostname + -p password + -t ttl +- Auto-detect the machine's external ip address' + Should work on OS X, Linux and Windows. + Should work with multiple interfaces. +- Have options to delete a server as well as add/update +- Integrate the relevant dnspython modules +- Add a GUI + wxPython and/or curses? + +