From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] unbound: Disable using mixed case for DNS queries Date: Wed, 04 Mar 2020 21:11:53 +0000 Message-ID: <20200304211153.1842-2-michael.tremer@ipfire.org> In-Reply-To: <20200304211153.1842-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4320489705844844134==" List-Id: --===============4320489705844844134== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This seems to cause that some resolvers do not respond to queries any more until unbound falls back. To ensure better DNS performance, we disabled this. Signed-off-by: Michael Tremer --- config/unbound/unbound.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf index c78ca1db7..3aab6ea46 100644 --- a/config/unbound/unbound.conf +++ b/config/unbound/unbound.conf @@ -42,7 +42,6 @@ server: # Hardening Options harden-large-queries: yes harden-referral-path: yes - use-caps-for-id: yes aggressive-nsec: yes # TLS -- 2.20.1 --===============4320489705844844134==--