From patchwork Fri Jan 10 10:57:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2688 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47vKhR2FBzz3xY5 for ; Fri, 10 Jan 2020 10:57:59 +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 47vKhN3jzdz2Zf; Fri, 10 Jan 2020 10:57:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47vKhN2NNMz2yPM; Fri, 10 Jan 2020 10:57: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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47vKhL3wWPz2xq4 for ; Fri, 10 Jan 2020 10:57:54 +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 47vKhL06lLz2Jy; Fri, 10 Jan 2020 10:57:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1578653874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3uI5XFGZHTuNK6UvZhbCPFc6UjDLTfGkZafzWokMuGQ=; b=bfKpHjsr1QI1MH4Uy0ht3QS/qX+QPyGrBHIgZXASvs9wERSY1DaCcdCQG/9K0R4UE2TjhB B35YGc2x/8jzDABQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1578653874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3uI5XFGZHTuNK6UvZhbCPFc6UjDLTfGkZafzWokMuGQ=; b=Ex9aEfiFfLe9odiwPuYjKD0llxSY23+uq0C7u3f/ObROEraFmnUCq/QrhaLMg5qXnJ1KN6 Osu8RQcm4aT48pfGS5dTAgPxh0VSDvO7pxw8k60HnE24WCJBNhWXeGmjE3nmkS3G2ScLsH rn6bypc39VomDPCrZbpZEJaAC2bBTGFvMGxcrWQYLDUY36C8Jn4N/4DEdz133hdgOFP32H IPlWih8nNRrc9yWN10xSRZuL60pn9ckkHDHa8Zn2kBV90d5U5DZAuEn23JVxQnKk2lDVOe 1T8q9/WeDtUmVAGJwyyvui8ZtvhM4qWpLMH8M+iKDF0H+zqngC5eMk1svKBsEw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] unbound: No longer try to include safe-search.conf Date: Fri, 10 Jan 2020 10:57:49 +0000 Message-Id: <20200110105749.25051-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This file is no longer generated and therefore cannot be imported any more. Signed-off-by: Michael Tremer --- config/unbound/unbound.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf index 4d492a5bc..e20c3330d 100644 --- a/config/unbound/unbound.conf +++ b/config/unbound/unbound.conf @@ -81,9 +81,6 @@ server: # Include any forward zones include: "/etc/unbound/forward.conf" - # Include safe search settings - include: "/etc/unbound/safe-search.conf" - remote-control: control-enable: yes control-use-cert: no