From 7fd73dad143e8b405946d46d87ad7c5d40927a83 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 10 Sep 2014 20:35:42 +0200 Subject: [PATCH] spdns.de: Add support for IPv6. Fixes #10585. --- src/ddns/providers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 648eab6..2a89b50 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -1040,7 +1040,6 @@ class DDNSProviderSPDNS(DDNSProtocolDynDNS2, DDNSProvider): handle = "spdns.org" name = "SPDNS" website = "http://spdns.org/" - protocols = ("ipv4",) # Detailed information about request and response codes are provided # by the vendor. They are using almost the same mechanism and status -- 2.39.2