From 3b9b58f95646c95b0fd7b2e8de90d074cb70cc70 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 20 Mar 2015 18:53:44 +0100 Subject: [PATCH] ddns.cgi: Drop code for proto handling. --- html/cgi-bin/ddns.cgi | 5 ----- 1 file changed, 5 deletions(-) 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"; } -- 2.39.5