X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=blobdiff_plain;f=src%2Fddns%2Fproviders.py;h=fc03af2b7eef0a8fd3dc065b7b3302d189ef72be;hp=acd0253170cacef460799ba39289c7c0bbeb9a41;hb=7488825c2fcecdcf42888f4a20f9a1b30f6f63e9;hpb=9820673130fc3c9c5adc72748cfb40bf82e16693 diff --git a/src/ddns/providers.py b/src/ddns/providers.py index acd0253..fc03af2 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -782,6 +782,20 @@ class DDNSProviderSPDNS(DDNSProviderDynDNS): url = "https://update.spdns.de/nic/update" +class DDNSProviderStrato(DDNSProviderDynDNS): + INFO = { + "handle" : "strato.com", + "name" : "Strato AG", + "website" : "http:/www.strato.com/", + "protocols" : ["ipv4",] + } + + # Information about the request and response can be obtained here: + # http://www.strato-faq.de/article/671/So-einfach-richten-Sie-DynDNS-f%C3%BCr-Ihre-Domains-ein.html + + url = "https://dyndns.strato.com/nic/update" + + class DDNSProviderVariomedia(DDNSProviderDynDNS): INFO = { "handle" : "variomedia.de",