Visions of grandeur!

This commit is contained in:
2004-01-10 23:07:22 +00:00
parent 025a4a79e8
commit 982e23e1ea

22
TODO Normal file
View File

@@ -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?