]> git.ipfire.org Git - ddns.git/blobdiff - src/ddns/providers.py
New provider: Schokokeks.org
[ddns.git] / src / ddns / providers.py
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>"
+