]> git.ipfire.org Git - people/stevee/ddns.git/commitdiff
NoIP.com: Rename handle back to no-ip.com
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Nov 2019 07:43:31 +0000 (08:43 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Nov 2019 07:43:31 +0000 (08:43 +0100)
The old handle name is required for backward compatiblity.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
ddns.conf.sample
src/ddns/providers.py

index 528684f55da1c1ab703f8d24b72e107fc865780c..61a608a6585a0c9f8c6b959673bbd3bdbdca8e93 100644 (file)
 # password = pass
 
 # [test.noip.org]
-# provider = noip.com
+# provider = no-ip.com
 # username = user
 # password = pass
 
index 47891074e035315d259790e2c99fdb3a5ad7f573..661fbcc57a5aecba0d958ec05c26296b3cef0d70 100644 (file)
@@ -1344,7 +1344,7 @@ class DDNSProviderNamecheap(DDNSResponseParserXML, DDNSProvider):
 
 
 class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider):
-       handle    = "noip.com"
+       handle    = "no-ip.com"
        name      = "NoIP"
        website   = "http://www.noip.com/"
        protocols = ("ipv4",)