From: Stefan Schantl Date: Mon, 12 Jul 2021 10:35:51 +0000 (+0200) Subject: dhs.org: Send request via HTTPS X-Git-Tag: 014~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d156590bb6668759d6511b315bf5604e84ae48e0;p=ddns.git dhs.org: Send request via HTTPS The provider only supports TLS 1.0 and TLS 1.1 but IMHO this is even better than sending the auth details as plain text. Signed-off-by: Stefan Schantl --- diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 79db20a..2a4c492 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -689,7 +689,8 @@ class DDNSProviderDHS(DDNSProvider): # No information about the used update api provided on webpage, # grabed from source code of ez-ipudate. - url = "http://members.dhs.org/nic/hosts" + # Provider currently does not support TLS 1.2. + url = "https://members.dhs.org/nic/hosts" can_remove_records = False supports_token_auth = False