From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] dns.cgi: Set kdig params for timeout and retry back to default. Date: Tue, 14 Jan 2020 12:14:02 +0100 Message-ID: <20200114111402.50032-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2081337918613346613==" List-Id: --===============2081337918613346613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- html/cgi-bin/dns.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index ff228422b..385c7be44 100755 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -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. -- 2.25.0.rc0 --===============2081337918613346613==--