]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/providers.py
Add 'xlhost.de' as new provider.
[oddments/ddns.git] / src / ddns / providers.py
index b30827cd10b566a5766739aa5ea0f2097dd45c1b..41078af2ecf86bb7a46cbfb2db28a80f5db3bdf0 100644 (file)
@@ -1443,6 +1443,18 @@ class DDNSProviderVariomedia(DDNSProtocolDynDNS2, DDNSProvider):
                return data
 
 
+class DDNSProviderXLhost(DDNSProtocolDynDNS2, DDNSProvider):
+        handle    = "xlhost.de"
+        name     = "XLhost"
+        website   = "http://xlhost.de/"
+        protocols = ("ipv4",)
+
+        # Information about the format of the HTTP request is to be found
+        # here: https://xlhost.de/faq/index_html?topicId=CQA2ELIPO4SQ
+
+        url = "https://nsupdate.xlhost.de/"
+
+
 class DDNSProviderZoneedit(DDNSProvider):
        handle    = "zoneedit.com"
        name      = "Zoneedit"