[2/2] unbound: Disable using mixed case for DNS queries

Message ID 20200304211153.1842-2-michael.tremer@ipfire.org
State Accepted
Commit 9700617aeb4051f845e3f261da2829201a2b6fe9
Headers
Series [1/2] unbound: Only launch one process |

Commit Message

Michael Tremer March 4, 2020, 9:11 p.m. UTC
  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 <michael.tremer@ipfire.org>
---
 config/unbound/unbound.conf | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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