X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fddns%2Fproviders.py;fp=src%2Fddns%2Fproviders.py;h=47891074e035315d259790e2c99fdb3a5ad7f573;hb=bfdba55a5eeb3dac5ed35ff72b6c74b941da6445;hp=f3c62c10397cb167eddbd85e3ceaf80d602eb398;hpb=7c2b468548f5bbe9d9c0aeecf0fd1ae3e1a4336e;p=ddns.git diff --git a/src/ddns/providers.py b/src/ddns/providers.py index f3c62c1..4789107 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1344,16 +1344,16 @@ class DDNSProviderNamecheap(DDNSResponseParserXML, DDNSProvider): class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider): - handle = "no-ip.com" - name = "No-IP" - website = "http://www.no-ip.com/" + handle = "noip.com" + name = "NoIP" + website = "http://www.noip.com/" protocols = ("ipv4",) # Information about the format of the HTTP request is to be found - # here: http://www.no-ip.com/integrate/request and - # here: http://www.no-ip.com/integrate/response + # here: http://www.noip.com/integrate/request and + # here: http://www.noip.com/integrate/response - url = "http://dynupdate.no-ip.com/nic/update" + url = "http://dynupdate.noip.com/nic/update" def prepare_request_data(self, proto): assert proto == "ipv4"