]> git.ipfire.org Git - oddments/ddns.git/commitdiff
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ddns
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 30 Sep 2016 07:27:24 +0000 (09:27 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 30 Sep 2016 07:27:24 +0000 (09:27 +0200)
README
src/ddns/providers.py

diff --git a/README b/README
index c69354c63d9eb50a43678b05ba685dd074026685..40f1e7f9a87efe5247e9ba3b49a8c9aa7f231b06 100644 (file)
--- a/README
+++ b/README
@@ -75,6 +75,7 @@ SUPPORTED PROVIDERS:
        opendns.com
        ovh.com
        regfish.com
+       schokokeks.org
        selfhost.de
        spdns.org
        strato.com
index 6b25cb6dd8c4dc4de92cc8bb68e115d29cf5650f..c482dad107117ff8cc779b73b628d6111fac3b92 100644 (file)
@@ -1687,3 +1687,15 @@ class DDNSProviderZZZZ(DDNSProvider):
 
                # If we got here, some other update error happened.
                raise DDNSUpdateError
+
+class DDNSProviderSchokokeksDNS(DDNSProtocolDynDNS2, DDNSProvider):
+       handle    = "schokokeks.org"
+       name      = "Schokokeks"
+       website   = "http://www.schokokeks.org/"
+       protocols = ("ipv4",)
+
+       # Information about the format of the request is to be found
+       # https://wiki.schokokeks.org/DynDNS
+
+       url = "https://dyndns.schokokeks.org/nic/update?myip=<ipaddr>"
+