From patchwork Sun Oct 13 11:13:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2495 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46rfFy4YClz3yqX for ; Sun, 13 Oct 2019 11:13:58 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46rfFx3dz6z2LL; Sun, 13 Oct 2019 11:13:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46rfFw6ljDz2yN4; Sun, 13 Oct 2019 11:13:56 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46rfFt38mWz2yFb for ; Sun, 13 Oct 2019 11:13:54 +0000 (UTC) Received: from [127.0.0.1] (unknown [23.129.64.156]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46rfFr6Ypbz1qn for ; Sun, 13 Oct 2019 11:13:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570965234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=x5V1He53m8WdHkGZiBM0w0MqanFexprWCht2HlHHRQU=; b=djtjRwewK2liJuEgBsWs+s1jUQp8zDKkNLrkwXSAXZI/WwGI+pm46PEae4w/yOuKvBbnW6 qZfxcOi/hb5ZNJZMJeQp/MIH2pCuNNYfS/qsxSPa98rWxjZhHve+j17XqHOjQ8K1daKObP 0gAslfzaMMk42XBudPEFlSJD72R2InfdJwOJapb+OJpALS5Ki+FqfJRZxEngFis99h5QQB kjWyob8OuyPkbZwFDonIpJQgEmSIpdA7foqtNmI9UnHZvcaNE1+0i3BWhcpvzyCsUBXZhi aEF4QrZfeCEQa4xesWNhz3Sgmsvi/jJKEZL8EG2ZR2Ky0uYVC6PPvf0hGt+XRw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570965234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=x5V1He53m8WdHkGZiBM0w0MqanFexprWCht2HlHHRQU=; b=Y0FfrZuT7c9ocqaGQCHkt08b+oex0qMe7BYAprowKUbG+XJTZm8rhYqPYICqDVCmLJBr9E lvXIugqCcMOYMcBQ== To: "IPFire: Development-List" From: peter.mueller@ipfire.org Subject: [PATCH] fix link to public DNS server list in dns.cgi Message-ID: Date: Sun, 13 Oct 2019 11:13:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org 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" Fixes: #11851 Reported-by: Dani W Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- html/cgi-bin/dns.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index 314107df9..eee7a90b4 100644 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -91,7 +91,7 @@ print < - $Lang::tr{'dns desc'}
$Lang::tr{'dns list'}
+ $Lang::tr{'dns desc'}
$Lang::tr{'dns list'}