X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=blobdiff_plain;f=src%2Fddns%2Fproviders.py;h=4ffd8bff40d4e2427252a56ee79e13bc01e137d8;hp=828787872c185f50dd4766f17c7f1a41dfc3f91b;hb=327095f0ea7f80b782664dbc9cb0fce68c7e19cd;hpb=9db9ea2539cfdeac4d12efad06156d34cf87bba1 diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 8287878..4ffd8bf 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1129,6 +1129,18 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider): raise DDNSUpdateError +class DDNSProviderItsdns(DDNSProtocolDynDNS2, DDNSProvider): + handle = "itsdns.de" + name = "it's DNS" + website = "http://www.itsdns.de/" + protocols = ("ipv6", "ipv4") + + # Information about the format of the HTTP request is to be found + # here: https://www.itsdns.de/dynupdatehelp.htm + + url = "https://www.itsdns.de/update.php" + + class DDNSProviderJoker(DDNSProtocolDynDNS2, DDNSProvider): handle = "joker.com" name = "Joker.com Dynamic DNS"