From: Stefan Schantl Date: Mon, 12 Jul 2021 10:38:45 +0000 (+0200) Subject: dyns.net: Send request via HTTPS X-Git-Tag: 014~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c395275d5319ab6b5916381d09aeed39ca45ecf7;p=ddns.git dyns.net: Send request via HTTPS Signed-off-by: Stefan Schantl --- diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 82eb604..83e933b 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1060,7 +1060,7 @@ class DDNSProviderDynsNet(DDNSProvider): # the possible response codes. (Currently we are using the v1.1 proto) # http://www.dyns.net/documentation/technical/protocol/ - url = "http://www.dyns.net/postscript011.php" + url = "https://www.dyns.net/postscript011.php" def update_protocol(self, proto): data = {