From patchwork Tue Jun 7 20:22:30 2022 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: 5651 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LHhcG5NQXz3xqn for ; Tue, 7 Jun 2022 20:22:38 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LHhcF3XplzyG; Tue, 7 Jun 2022 20:22:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LHhcF26TNz2ydg; Tue, 7 Jun 2022 20:22:37 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LHhcD3HS5z2y51 for ; Tue, 7 Jun 2022 20:22:36 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LHhcB5Xs9zDp for ; Tue, 7 Jun 2022 20:22:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1654633356; 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=M2QI1Uzarcj5algToH/imUHs8WOeoIwF73Ro9VPXOzE=; b=ljcu3r1bgmo/weolj1BhRDT9povZS0PJ8W4Sp3C58x3C6x6NQ8KJ3S6m5A+AdgN4PJiqSv g+OdOjigJodDicBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1654633356; 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=M2QI1Uzarcj5algToH/imUHs8WOeoIwF73Ro9VPXOzE=; b=Ns3XFERYHdB4me56ccUzzdSAOHZdGcLdWcXZqHKo1yR2ANj0QoAXiXoxkAF5kZFvsHstR6 YWlipJJr3R6vOZDkU9yTqVsUcc8dPfVIDXcyxuSgDFNtIRP9ZfNXnHWn7sfHZ3Yo82KrVR 9blf89j1IhjEMWS3tdE2iCnFON/56ojnhxncyWd3gleMVoKEaoud5mO21nH4VZxj9TDgLx +TrdAYtRYd/Rpcoulv1hatQCepFUeYWZ1Mn67t2OUNPcSj6fl68Uu9hVcBxlpTYfQoTesx wgKdb65NfUsWrvkiajI2jiYbF5OgENkfcrU/r94uPMamNsO/g7xUM1PI73U0cQ== Message-ID: <7c2f343e-9b1f-3eae-fac3-ce117eff3281@ipfire.org> Date: Tue, 7 Jun 2022 20:22:30 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] unbound.conf: Aggressive NSEC is enabled by default since Unbound 1.15.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" Signed-off-by: Peter Müller --- config/unbound/unbound.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf index 9d5e840dd..012beab54 100644 --- a/config/unbound/unbound.conf +++ b/config/unbound/unbound.conf @@ -39,7 +39,6 @@ server: # Hardening Options harden-large-queries: yes harden-referral-path: yes - aggressive-nsec: yes # TLS tls-cert-bundle: /etc/ssl/certs/ca-bundle.crt