]> git.ipfire.org Git - ddns.git/commitdiff
zoneedit.com: Provider do not use the DynDNS2 protocol.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 22 Oct 2014 17:50:52 +0000 (19:50 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 22 Oct 2014 17:50:52 +0000 (19:50 +0200)
Fixes #10645.

src/ddns/providers.py

index 1e88995962d8343288a582084d3012833f6ee355..0f873438e1ff5b0e7b54697ed8f70a881fefbeee 100644 (file)
@@ -1303,7 +1303,7 @@ class DDNSProviderVariomedia(DDNSProtocolDynDNS2, DDNSProvider):
                return data
 
 
-class DDNSProviderZoneedit(DDNSProtocolDynDNS2, DDNSProvider):
+class DDNSProviderZoneedit(DDNSProvider):
        handle    = "zoneedit.com"
        name      = "Zoneedit"
        website   = "http://www.zoneedit.com"