]> git.ipfire.org Git - ddns.git/commitdiff
spdns.de: Add support for IPv6.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 10 Sep 2014 18:35:42 +0000 (20:35 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 10 Sep 2014 18:35:42 +0000 (20:35 +0200)
Fixes #10585.

src/ddns/providers.py

index 648eab67c08f165375a3a4caa4e841be872fe30e..2a89b5009bbb34b45589edbce2d4ddcb6e6a4a7e 100644 (file)
@@ -1040,7 +1040,6 @@ class DDNSProviderSPDNS(DDNSProtocolDynDNS2, DDNSProvider):
        handle    = "spdns.org"
        name      = "SPDNS"
        website   = "http://spdns.org/"
        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
 
        # Detailed information about request and response codes are provided
        # by the vendor. They are using almost the same mechanism and status