From 92cd721142b5b8a6f5dd4525c3ed45cd7de8ee41 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 Jan 2020 17:38:14 +0000 Subject: [PATCH] Lightning Wire Labs: Access website using HTTPS Signed-off-by: Michael Tremer 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 1263a80..85cb6af 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1248,7 +1248,7 @@ class DDNSProviderGoogle(DDNSProtocolDynDNS2, DDNSProvider): class DDNSProviderLightningWireLabs(DDNSProvider): handle = "dns.lightningwirelabs.com" name = "Lightning Wire Labs DNS Service" - website = "http://dns.lightningwirelabs.com/" + website = "https://dns.lightningwirelabs.com/" # Information about the format of the HTTPS request is to be found # https://dns.lightningwirelabs.com/knowledge-base/api/ddns -- 2.39.5