From patchwork Tue Jul 26 14:49:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5763 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Lsfty5zhLz3x1v for ; Tue, 26 Jul 2022 14:49:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Lsftx2bVYz3H1; Tue, 26 Jul 2022 14:49:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Lsftx1rm1z2ykv; Tue, 26 Jul 2022 14:49:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Lsftv2Lrgz2xNV for ; Tue, 26 Jul 2022 14:49:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Lsftt1mrRzlb for ; Tue, 26 Jul 2022 14:49:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1658846950; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=U+MdHZnocg3gAYOtbNXoVBT63KHpKN9S1dvenCXpgn8=; b=6+O3CCE6zvutKL4E65SoJ7bAytMcn/QcCD7RX2JQsmn1s/nmViTfh2juw7koVaRt+MxIO7 G/0hGTdccwxNgKAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1658846950; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=U+MdHZnocg3gAYOtbNXoVBT63KHpKN9S1dvenCXpgn8=; b=ciGK3KOtk5HhYB1v0aNCXKXbIWSAtQyd70Hrc21Ky7yGBlteBfy++gk+EveiUZ+jC7AdyU FNu6QDUucCGlSGA4P0zTuxDLVmrcpBPAyJkj8nIYVgcNZOuc73F+JAlYsoAdw3y+VRazJh Kfq2wY/sj5UfHfnWETFNvr3PnaFy7y8nL6FTOfMQl5LXhyZUi4u4m8k0FxL3pT1Xuqpl0o C9ZmxEUuf0pytBimlrJXSVIYORrrjIzFgN02H+wzqGijmmEK+UQdZGofZmv8tHzUnBCxWC UKq5etJrU7e1CTmbDvuKl90OJcMb4LtR+eO3/gzz/+bM6ojdA2N+VFrzWwfU0Q== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 =( $Lang::tr{'dhcp server'} => "$Lang::tr{'dhcp server'}", $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'} => "$Lang::tr{'dns proxy server'}", $Lang::tr{'logging server'} => $Lang::tr{'logging server'}, $Lang::tr{'kernel logging server'} => $Lang::tr{'kernel logging server'}, $Lang::tr{'ntp server'} => "$Lang::tr{'ntp server'}",