diff options
author | Marius Halden <marius.h@lden.org> | 2014-03-17 16:21:01 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2014-03-17 16:21:01 +0100 |
commit | 144427894721bb54baa08a7584e850277681c71b (patch) | |
tree | 3a4be206d7ee6a964299d6226550266f49fa8e64 /README.md | |
parent | 61199cef8ee4d06803dfdd394714f1bc72a649e6 (diff) | |
download | DDNS.py-144427894721bb54baa08a7584e850277681c71b.tar.gz DDNS.py-144427894721bb54baa08a7584e850277681c71b.tar.bz2 DDNS.py-144427894721bb54baa08a7584e850277681c71b.tar.xz |
Updated README
Diffstat (limited to 'README.md')
-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 +--> |