From: Stefan Schantl Date: Fri, 20 Mar 2015 17:53:44 +0000 (+0100) Subject: ddns.cgi: Drop code for proto handling. X-Git-Tag: v2.17-core89~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=810fb1046c1253c74ff41527509dc1c46b0f4426;p=people%2Fstevee%2Fipfire-2.x.git ddns.cgi: Drop code for proto handling. --- diff --git a/html/cgi-bin/ddns.cgi b/html/cgi-bin/ddns.cgi index 044aa97184..3e6f72f987 100644 --- a/html/cgi-bin/ddns.cgi +++ b/html/cgi-bin/ddns.cgi @@ -700,11 +700,6 @@ sub GenerateDDNSConfigFile { print FILE "password = $password\n"; } - # These providers need to be set to only use IPv4. - if ($provider ~~ ["freedns.afraid.org", "nsupdate.info", "opendns.com", "variomedia.de", "zoneedit.com"]) { - print FILE "proto = ipv4\n"; - } - print FILE "\n"; }