From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ddns@lists.ipfire.org Subject: [PATCH 2/2] Lightning Wire Labs: Access website using HTTPS Date: Thu, 30 Jan 2020 17:38:14 +0000 Message-ID: <20200130173814.9364-2-michael.tremer@ipfire.org> In-Reply-To: <20200130173814.9364-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3583995822805164582==" List-Id: --===============3583995822805164582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- 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 95f3dd5..4154c91 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1219,7 +1219,7 @@ class DDNSProviderGoogle(DDNSProtocolDynDNS2, DDNSProvi= der): class DDNSProviderLightningWireLabs(DDNSProvider): handle =3D "dns.lightningwirelabs.com" name =3D "Lightning Wire Labs DNS Service" - website =3D "http://dns.lightningwirelabs.com/" + website =3D "https://dns.lightningwirelabs.com/" =20 # Information about the format of the HTTPS request is to be found # https://dns.lightningwirelabs.com/knowledge-base/api/ddns --=20 2.20.1 --===============3583995822805164582==--