ddns.cgi: Drop code for proto handling.

This commit is contained in:
Stefan Schantl
2015-03-20 18:53:44 +01:00
parent 79cfa337b1
commit 3b9b58f956

View File

@@ -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";
}