mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dns.cgi: Do not perform kdig tests when adding a server
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -117,16 +117,6 @@ if (($cgiparams{'SERVERS'} eq $Lang::tr{'save'}) || ($cgiparams{'SERVERS'} eq $L
|
||||
}
|
||||
}
|
||||
|
||||
# Check the nameserver.
|
||||
my $status = &check_nameserver("$cgiparams{'NAMESERVER'}", "ping.ipfire.org", "$settings{'PROTO'}", "$cgiparams{'TLS_HOSTNAME'}");
|
||||
|
||||
# Assign errormessage, if the nameserver does not support dnssec or any other kind of error happened.
|
||||
if ($status eq "0") {
|
||||
$errormessage = "$Lang::tr{'dns could not add server'} $Lang::tr{'dnssec not supported'}";
|
||||
} elsif (($status ne "1") && ($status ne "2")) {
|
||||
$errormessage = "$Lang::tr{'dns could not add server'} $status";
|
||||
}
|
||||
|
||||
# Go further if there was no error.
|
||||
if ( ! $errormessage) {
|
||||
# Check if a remark has been entered.
|
||||
|
||||
Reference in New Issue
Block a user