From patchwork Mon Feb 1 17:47:27 2021 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: 3847 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DTwQ04zdLz3xGH for ; Mon, 1 Feb 2021 17:47:36 +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 4DTwPz1SLvzm3; Mon, 1 Feb 2021 17:47:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DTwPx2zD7z2xqS; Mon, 1 Feb 2021 17:47:33 +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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DTwPv6vyCz2xX3 for ; Mon, 1 Feb 2021 17:47:31 +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 4DTwPt6S7Yzm3 for ; Mon, 1 Feb 2021 17:47:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1612201651; 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=ak4t4iqkLRzTlJ5jhvNbP+DSl21iEfLIPmJ+kosU1eI=; b=l1eZ7211w/CFUhoTKcmY+EDiZW4w0iOFdOd+cNobYr7zEkvrZf44A90y0byIIOgsXqkVC9 Cu4DmRuUxjVzWkO6skM44Sq55wCU9sUWcPF7FSvJIR9Pp+W1g21+CNz/++g8JFbSDYNGry BPAe3YQ7mKI0eCPBsM8/GzU9IaNokebNds/pMTFJYNMXvd3i3O5WxY+vvxpIMEuabkxJ9G nYo+LBo0K1l0tjsmvdGh6QbwK6X1GDWR0wNgJnZmX1iwdh+jBFEwSYz7gtPERTAiwCaSHz PprGTLud4nTNhe4peFcgfqRKON+VnDa7HnXGUZLaw5rjWNTNhu1oJ7o1I+oQ0w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1612201651; 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=ak4t4iqkLRzTlJ5jhvNbP+DSl21iEfLIPmJ+kosU1eI=; b=2/GBodnjvc9NuUynBibd6BsLYeHcSoGh0nrCrDLT7Eo0gwGC9Q/YOs5OsZezk47xRMjlUX VFwY1kC4psoT1pAQ== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] unbound.conf: do not set defaults again Message-ID: <80163728-bb77-5bea-d447-1478b52475fe@ipfire.org> Date: Mon, 1 Feb 2021 18:47:27 +0100 MIME-Version: 1.0 Content-Language: en-US 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" These are meanwhile set by Unbound upstream as well, so there is no need to do things twice here. Signed-off-by: Peter Müller --- config/unbound/unbound.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf index f78aaae8c..9d5e840dd 100644 --- a/config/unbound/unbound.conf +++ b/config/unbound/unbound.conf @@ -27,9 +27,6 @@ server: prefetch: yes prefetch-key: yes - # Randomise any cached responses - rrset-roundrobin: yes - # Privacy Options hide-identity: yes hide-version: yes @@ -47,9 +44,6 @@ server: # TLS tls-cert-bundle: /etc/ssl/certs/ca-bundle.crt - # EDNS Buffer Size (#12240) - edns-buffer-size: 1232 - # Harden against DNS cache poisoning unwanted-reply-threshold: 1000000