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

index 6a3475909cb69f57f1a65d59a734b0ed3dca78e6..79db20a64d4cb7a624d6277e2ce2f2a3bfb9f639 100644 (file)
@@ -626,7 +626,7 @@ class DDNSProviderDDNSS(DDNSProvider):
        # http://www.ddnss.de/info.php
        # http://www.megacomputing.de/2014/08/dyndns-service-response-time/#more-919
 
-       url = "http://www.ddnss.de/upd.php"
+       url = "https://www.ddnss.de/upd.php"
        can_remove_records = False
        supports_token_auth = False