mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dns.cgi: Set kdig params for timeout and retry back to default.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Acked-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
a877032915
commit
3a5866ac2b
@@ -847,7 +847,7 @@ sub check_nameserver($$$$) {
|
||||
}
|
||||
|
||||
# Default values.
|
||||
my @command = ("kdig", "+timeout=2", "+retry=0", "+dnssec",
|
||||
my @command = ("kdig", "+dnssec",
|
||||
"+bufsize=1232");
|
||||
|
||||
# Handle different protols.
|
||||
|
||||
Reference in New Issue
Block a user