From patchwork Sun Mar 1 18:41:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 2810 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 48VsYh09Xbz3yBv for ; Sun, 1 Mar 2020 18:41:28 +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 48VsYf1MzNz1lK; Sun, 1 Mar 2020 18:41:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48VsYd6BWwz2yyY; Sun, 1 Mar 2020 18:41:25 +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 48VsYc1dXbz2yy0 for ; Sun, 1 Mar 2020 18:41:24 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48VsYb6tbjz1kd; Sun, 1 Mar 2020 18:41:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1583088084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=3578FB+XzxAIsW1gwYUBwbNJzGHchYnfeAwFQa78aM8=; b=5qgcH68msETzbW5jzYZ5lV/T0PTxWM8yO4sdVotMa4wI76zNRMK0XFLH3ANnmnXITIu2jz LhZYdcERX1v7PjAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1583088084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=3578FB+XzxAIsW1gwYUBwbNJzGHchYnfeAwFQa78aM8=; b=c37APIEc0s9DvfZTBOvnXq2hmZn2xW3u/l4OCqOSW+r6CsaosnjijBB0hj3HB5A7SAnh8H 9enVVGpNzI7/TzwnIKvYDdu2zF1UWBwkOkF017HasFGVXgJYqvUz/FViepUVocVpSQzej8 8Up054yPq1FOAfGmtbg/drEMMKBZtZ+E81LanSDfEXn1x6X8iEYEYpqrOYkBM/6IjLttOO NANM0DlgHbuHBpSlRagplIbxEMfSjugh+U2Y2WJKPP1Z22Z02eX8cu3LBAaak6ymArW5ke Rz21Onw6Nlt6SjO2f2UxMzRuVCxl0ONUvIfkzcUIvBFKDAfCviH2sLm3bEguPw== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 3/4] unbound: fix typo at safesearch for googe Date: Sun, 1 Mar 2020 19:41:15 +0100 Message-Id: <20200301184116.15686-3-arne_f@ipfire.org> In-Reply-To: <20200301184116.15686-1-arne_f@ipfire.org> References: <20200301184116.15686-1-arne_f@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=arne_f@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: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Arne Fitzenreiter --- src/initscripts/system/unbound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 7bf2ffc2c..b3185feab 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -534,7 +534,7 @@ update_safe_search() { for domain in ${google_tlds[@]}; do unbound-control local_zone "${domain}" transparent >/dev/null for address in ${addresses}; do - unbound-control local_data: "www.${domain} ${LOCAL_TTL} IN A ${address}" + unbound-control local_data "www.${domain} ${LOCAL_TTL} IN A ${address}" done >/dev/null done