From: Stefan Schantl Date: Tue, 21 Jan 2020 17:27:13 +0000 (+0100) Subject: dns.cgi: Display when unbound is running in recursor mode. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a791d2ab924129ff3dacc1bd47da4533badc33a;p=people%2Fpmueller%2Fipfire-2.x.git dns.cgi: Display when unbound is running in recursor mode. Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller Signed-off-by: Arne Fitzenreiter --- diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index 11415cdf82..d4278d8b9a 100755 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -711,7 +711,7 @@ print < -
$Lang::tr{'guardian no entries'}
+
$Lang::tr{'dns recursor mode'}
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index c0a69cffe7..dfc7e013ff 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.
You have to reboot or reconnect that the changes have effect!', 'dns server' => 'DNS Server',