]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
services.cgi: Add link to DNS settings
authorMatthias Fischer <matthias.fischer@ipfire.org>
Tue, 26 Jul 2022 14:49:05 +0000 (16:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Jul 2022 07:09:48 +0000 (07:09 +0000)
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 <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/services.cgi

index 2374757350d674cf1b5babd421532ad53607bc44..a1dcfd57e8ccf79a469adf38c4293d47d58ef85c 100644 (file)
@@ -64,7 +64,7 @@ my %link =(
        $Lang::tr{'dhcp server'} => "<a href=\'dhcp.cgi\'>$Lang::tr{'dhcp server'}</a>",
        $Lang::tr{'web server'} => $Lang::tr{'web server'},
        $Lang::tr{'cron server'} => $Lang::tr{'cron server'},
-       $Lang::tr{'dns proxy server'} => $Lang::tr{'dns proxy server'},
+       $Lang::tr{'dns proxy server'} => "<a href=\'dns.cgi\'>$Lang::tr{'dns proxy server'}</a>",
        $Lang::tr{'logging server'} => $Lang::tr{'logging server'},
        $Lang::tr{'kernel logging server'} => $Lang::tr{'kernel logging server'},
        $Lang::tr{'ntp server'} => "<a href=\'time.cgi\'>$Lang::tr{'ntp server'}</a>",