From c0886a42d8839a8a32eb8e469a2bb1d8f0896ef3 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 12 Jul 2021 12:37:11 +0200 Subject: [PATCH] easydns.com: Send request via HTTPS Signed-off-by: Stefan Schantl --- src/ddns/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5