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

index 2a4c492ccc4ab8c3c659e7f270fed823545eb5c7..ca6792ad66f46dbac13c4863c0235f53e63d6249 100644 (file)
@@ -996,7 +996,7 @@ class DDNSProviderEasyDNS(DDNSProvider):
        # (API 1.3) are available on the providers webpage.
        # https://fusion.easydns.com/index.php?/Knowledgebase/Article/View/102/7/dynamic-dns
 
-       url = "http://api.cp.easydns.com/dyn/tomato.php"
+       url = "https://api.cp.easydns.com/dyn/tomato.php"
 
        supports_token_auth = False