From: Stefan Schantl Date: Mon, 12 Jul 2021 10:37:11 +0000 (+0200) Subject: easydns.com: Send request via HTTPS X-Git-Tag: 014~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0886a42d8839a8a32eb8e469a2bb1d8f0896ef3;p=ddns.git easydns.com: Send request via HTTPS Signed-off-by: Stefan Schantl --- diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 2a4c492..ca6792a 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -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