From 747038858121aa44f7be0f158cd7d440d95c67a0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 7 Jun 2016 15:33:59 +0100 Subject: [PATCH] spdyn: Update name and URL after service has been renamed Reported-by: Thomas Berthel <5p9@ipfire.org> Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- src/ddns/providers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 574e483..6b25cb6 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1443,8 +1443,8 @@ class DDNSProviderSelfhost(DDNSProtocolDynDNS2, DDNSProvider): class DDNSProviderSPDNS(DDNSProtocolDynDNS2, DDNSProvider): handle = "spdns.org" - name = "SPDNS" - website = "http://spdns.org/" + name = "SPDYN" + website = "https://www.spdyn.de/" # Detailed information about request and response codes are provided # by the vendor. They are using almost the same mechanism and status @@ -1453,7 +1453,7 @@ class DDNSProviderSPDNS(DDNSProtocolDynDNS2, DDNSProvider): # http://wiki.securepoint.de/index.php/SPDNS_FAQ # http://wiki.securepoint.de/index.php/SPDNS_Update-Tokens - url = "https://update.spdns.de/nic/update" + url = "https://update.spdyn.de/nic/update" @property def username(self): -- 2.39.2