]> git.ipfire.org Git - ddns.git/commitdiff
dyns.net: Send request via HTTPS
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 12 Jul 2021 10:38:45 +0000 (12:38 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 12 Jul 2021 10:38:45 +0000 (12:38 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/ddns/providers.py

index 82eb60463a0c525c40d5d0e4b9462e2c02fd5f3c..83e933bb409e5dafa30ba3b3941c5e5f7ed1bf76 100644 (file)
@@ -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 = {