From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] services.cgi: Add link to DNS settings Date: Tue, 26 Jul 2022 16:49:05 +0200 Message-ID: <20220726144905.1625-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0511209678246530955==" List-Id: --===============0511209678246530955== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This just came to my view... I know its not *actually* a link to a "DNS-Proxyserver", but I find it nice that I can change to the page containing some of the main DNS settings in just one click. I thought it could be useful. JM2C Signed-off-by: Matthias Fischer --- html/cgi-bin/services.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index 237475735..a1dcfd57e 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -64,7 +64,7 @@ my %link =3D( $Lang::tr{'dhcp server'} =3D> "$Lang::tr{'dhcp serve= r'}", $Lang::tr{'web server'} =3D> $Lang::tr{'web server'}, $Lang::tr{'cron server'} =3D> $Lang::tr{'cron server'}, - $Lang::tr{'dns proxy server'} =3D> $Lang::tr{'dns proxy server'}, + $Lang::tr{'dns proxy server'} =3D> "$Lang::tr{'dns pr= oxy server'}", $Lang::tr{'logging server'} =3D> $Lang::tr{'logging server'}, $Lang::tr{'kernel logging server'} =3D> $Lang::tr{'kernel logging server'}, $Lang::tr{'ntp server'} =3D> "$Lang::tr{'ntp server'= }", --=20 2.25.1 --===============0511209678246530955==--