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:
Stefan Schantl
2020-01-08 12:58:50 +01:00
parent 038f962ea0
commit 03e466de35

View File

@@ -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.