]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ddns.cgi: Drop code for proto handling.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 20 Mar 2015 17:53:44 +0000 (18:53 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 20 Mar 2015 18:00:04 +0000 (19:00 +0100)
html/cgi-bin/ddns.cgi

index 044aa971849ea4132c7702a7ceb885e1a2cb7857..3e6f72f987838359e4d740111fc878b67d0400d0 100644 (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";
        }