From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ddns@lists.ipfire.org Subject: [PATCH] spdyn: Update name and URL after service has been renamed Date: Tue, 07 Jun 2016 15:33:59 +0100 Message-ID: <1465310039-1612-1-git-send-email-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3369489225095195280==" List-Id: --===============3369489225095195280== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reported-by: Thomas Berthel <5p9(a)ipfire.org> Signed-off-by: Michael Tremer --- 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 574e483bfcd9..6b25cb6dd8c4 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1443,8 +1443,8 @@ class DDNSProviderSelfhost(DDNSProtocolDynDNS2, DDNSPro= vider): =20 class DDNSProviderSPDNS(DDNSProtocolDynDNS2, DDNSProvider): handle =3D "spdns.org" - name =3D "SPDNS" - website =3D "http://spdns.org/" + name =3D "SPDYN" + website =3D "https://www.spdyn.de/" =20 # 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, DDNSProvid= er): # http://wiki.securepoint.de/index.php/SPDNS_FAQ # http://wiki.securepoint.de/index.php/SPDNS_Update-Tokens =20 - url =3D "https://update.spdns.de/nic/update" + url =3D "https://update.spdyn.de/nic/update" =20 @property def username(self): --=20 2.5.5 --===============3369489225095195280==--