From ce6e977f0ace7fe468411270ad07f1824a3aeaec Mon Sep 17 00:00:00 2001 From: Mauno Pirnes Date: Fri, 7 Feb 2020 12:25:00 +0100 Subject: [PATCH 1/1] dy.fi: Use HTTPS to perform updates. Signed-off-by: Mauno Pirnes 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 dcdc5da..f1fed22 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -826,7 +826,7 @@ class DDNSProviderDyFi(DDNSProtocolDynDNS2, DDNSProvider): # https://www.dy.fi/page/clients?lang=en # https://www.dy.fi/page/specification?lang=en - url = "http://www.dy.fi/nic/update" + url = "https://www.dy.fi/nic/update" # Please only send automatic updates when your IP address changes, # or once per 5 to 6 days to refresh the address mapping (they will -- 2.39.2