From d49b2e745afbbc1a7c7b5290dc7983057ca2a730 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 21 Jun 2016 12:38:28 +0200 Subject: [PATCH] Sadly disable query minimization for now This still occasionally prevents resolution from working properly. Sample test case: A pop.secureserver.net. --- unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.sh b/unbound.sh index 6ae2213..3be5bda 100755 --- a/unbound.sh +++ b/unbound.sh @@ -49,7 +49,7 @@ server: do-not-query-localhost: no prefetch: yes prefetch-key: yes - qname-minimisation: yes + qname-minimisation: no ratelimit: 1000 rrset-roundrobin: yes minimal-responses: yes