X-Git-Url: http://git.ipfire.org/?p=oddments%2Fddns.git;a=blobdiff_plain;f=src%2Fddns%2Fproviders.py;h=41078af2ecf86bb7a46cbfb2db28a80f5db3bdf0;hp=b30827cd10b566a5766739aa5ea0f2097dd45c1b;hb=6b81b43c62e9ffc8a950469a9250e68412372dea;hpb=f1332a16eb455eccaf7df1298960bdb0bcde9bcf diff --git a/src/ddns/providers.py b/src/ddns/providers.py index b30827c..41078af 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -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"