From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] dns.cgi: Display when unbound is running in recursor mode. Date: Tue, 21 Jan 2020 18:31:00 +0000 Message-ID: <79ce696c-3a90-9db0-8d85-6dadee00142d@ipfire.org> In-Reply-To: <20200121172713.2976-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5665414136751329172==" List-Id: --===============5665414136751329172== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Stefan Schantl > --- > html/cgi-bin/dns.cgi | 2 +- > langs/en/cgi-bin/en.pl | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) >=20 > 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 < > > > > =20 > 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' =3D> 'No IP Address given.', > 'dns no tls hostname given' =3D> 'No TLS hostname given.', > 'dns proxy server' =3D> 'DNS Proxy Server', > +'dns recursor mode' =3D> 'Running in Recursor mode.', > 'dns saved' =3D> 'Successfully saved!', > 'dns saved txt' =3D> 'The two entered DNS server addresses have been saved= successfully.
You have to reboot or reconnect that the changes have eff= ect!', > 'dns server' =3D> 'DNS Server', >=20 --===============5665414136751329172==--
> -
$Lang::tr{'guardian no entries'}
> +
$Lang::tr{'dns recursor mode'}
>