mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
ddns.cgi: Drop code for proto handling.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user