]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/providers.py
noip.com: Use HTTPS to send requests
[oddments/ddns.git] / src / ddns / providers.py
index 2f1804bc7b095e9820019fd66d17a9be774d2aa4..149eb65fc5bb0e0bf7cd0e16b46afb15d7ae61b6 100644 (file)
@@ -1460,7 +1460,7 @@ class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider):
        # here: http://www.noip.com/integrate/request and
        # here: http://www.noip.com/integrate/response
 
-       url = "http://dynupdate.noip.com/nic/update"
+       url = "https://dynupdate.noip.com/nic/update"
 
        def prepare_request_data(self, proto):
                assert proto == "ipv4"