diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,7 +1,10 @@ DDNS.py ======= -DDNS.py is a dynamic dns frontend mirroring the dyndns api, to allow -standard dns update clients to be used. +DDNS.py is a frontend for dynamic dns, with the goal of mirroring +existing APIs so any dyndns client can be used. Currently it only has +a very limited support of the dyn.com API. + +This is currently very experimental... Dependencies (under Debian) --------------------------- @@ -10,4 +13,6 @@ Dependencies (under Debian) * python-yaml * python-ipy -// vim: tw=70 +<!-- +vim: tw=70 +--> |