aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
+-->