From: Stefan Schantl Date: Wed, 22 Oct 2014 17:50:52 +0000 (+0200) Subject: zoneedit.com: Provider do not use the DynDNS2 protocol. X-Git-Tag: 006~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0554226fd4cfd85eafe800b0235a165672680a8;p=ddns.git zoneedit.com: Provider do not use the DynDNS2 protocol. Fixes #10645. --- diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 1e88995..0f87343 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -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"