public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dns.cgi: Display when unbound is running in recursor mode.
@ 2020-01-21 17:27 Stefan Schantl
  2020-01-21 18:31 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2020-01-21 17:27 UTC (permalink / raw)
  To: development

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

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 html/cgi-bin/dns.cgi   | 2 +-
 langs/en/cgi-bin/en.pl | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi
index 11415cdf8..d4278d8b9 100755
--- a/html/cgi-bin/dns.cgi
+++ b/html/cgi-bin/dns.cgi
@@ -711,7 +711,7 @@ print <<END;
 		<table width="100%">
 			<tr>
 				<td colspan="6" align="center">
-					<br>$Lang::tr{'guardian no entries'}<br>
+					<br>$Lang::tr{'dns recursor mode'}<br>
 				</td>
 			</tr>
 
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index cec76c8db..f9a3381e7 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -862,6 +862,7 @@
 'dns no address given' => 'No IP Address given.',
 'dns no tls hostname given' => 'No TLS hostname given.',
 'dns proxy server' => 'DNS Proxy Server',
+'dns recursor mode' => 'Running in Recursor mode.',
 'dns saved' => 'Successfully saved!',
 'dns saved txt' => 'The two entered DNS server addresses have been saved successfully.<br />You have to reboot or reconnect that the changes have effect!',
 'dns server' => 'DNS Server',
-- 
2.25.0.rc0


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

* Re: [PATCH] dns.cgi: Display when unbound is running in recursor mode.
  2020-01-21 17:27 [PATCH] dns.cgi: Display when unbound is running in recursor mode Stefan Schantl
@ 2020-01-21 18:31 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2020-01-21 18:31 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>  html/cgi-bin/dns.cgi   | 2 +-
>  langs/en/cgi-bin/en.pl | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi
> index 11415cdf8..d4278d8b9 100755
> --- a/html/cgi-bin/dns.cgi
> +++ b/html/cgi-bin/dns.cgi
> @@ -711,7 +711,7 @@ print <<END;
>  		<table width="100%">
>  			<tr>
>  				<td colspan="6" align="center">
> -					<br>$Lang::tr{'guardian no entries'}<br>
> +					<br>$Lang::tr{'dns recursor mode'}<br>
>  				</td>
>  			</tr>
>  
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index cec76c8db..f9a3381e7 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -862,6 +862,7 @@
>  'dns no address given' => 'No IP Address given.',
>  'dns no tls hostname given' => 'No TLS hostname given.',
>  'dns proxy server' => 'DNS Proxy Server',
> +'dns recursor mode' => 'Running in Recursor mode.',
>  'dns saved' => 'Successfully saved!',
>  'dns saved txt' => 'The two entered DNS server addresses have been saved successfully.<br />You have to reboot or reconnect that the changes have effect!',
>  'dns server' => 'DNS Server',
> 

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

end of thread, other threads:[~2020-01-21 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 17:27 [PATCH] dns.cgi: Display when unbound is running in recursor mode Stefan Schantl
2020-01-21 18:31 ` Peter Müller

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