public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dns.cgi: Set kdig params for timeout and retry back to default.
@ 2020-01-14 11:14 Stefan Schantl
  2020-01-14 12:14 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2020-01-14 11:14 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] dns.cgi: Set kdig params for timeout and retry back to default.
  2020-01-14 11:14 [PATCH] dns.cgi: Set kdig params for timeout and retry back to default Stefan Schantl
@ 2020-01-14 12:14 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-01-14 12:14 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 14 Jan 2020, at 11:14, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> 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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-14 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 11:14 [PATCH] dns.cgi: Set kdig params for timeout and retry back to default Stefan Schantl
2020-01-14 12:14 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox