From: Stefan Schantl Date: Sun, 11 Jul 2021 21:47:32 +0000 (+0200) Subject: noip.com: Use HTTPS to send requests X-Git-Tag: 014~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00128d37b22d4eae3823ca21bdbcbb8485fdac2;p=people%2Fstevee%2Fddns.git noip.com: Use HTTPS to send requests Fixes #12658. Signed-off-by: Stefan Schantl --- diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 2f1804b..149eb65 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -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"