aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2014-03-17 16:21:01 +0100
committerMarius Halden <marius.h@lden.org>2014-03-17 16:21:01 +0100
commit144427894721bb54baa08a7584e850277681c71b (patch)
tree3a4be206d7ee6a964299d6226550266f49fa8e64 /README.md
parent61199cef8ee4d06803dfdd394714f1bc72a649e6 (diff)
downloadDDNS.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.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 62bd795..d00ff1e 100644
--- a/README.md
+++ b/README.md
@@ -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
+-->