From d2e8d49ec279b6b28cda0b09f50f1c8dcb5012e9 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 12 Mar 2015 11:33:52 +0200 Subject: [PATCH] unbound: disable OpenDNS Missing DNSSEC causes my Pidora to SERVFAIL. Now checking if this is cause of #69... --- etc/unbound/unbound.conf.d/forwards.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/unbound/unbound.conf.d/forwards.conf b/etc/unbound/unbound.conf.d/forwards.conf index 08787738..f585ab13 100644 --- a/etc/unbound/unbound.conf.d/forwards.conf +++ b/etc/unbound/unbound.conf.d/forwards.conf @@ -6,11 +6,11 @@ forward-zone: forward-addr: 2001:4860:4860::8844 forward-addr: 8.8.8.8 forward-addr: 8.8.4.4 - # OpenDNS - forward-addr: 2620:0:ccc::2 - forward-addr: 2620:0:ccd::2 - forward-addr: 208.67.222.222 - forward-addr: 208.67.220.220 + # OpenDNS - no DNSSEC, causes SERVFAILs + #forward-addr: 2620:0:ccc::2 + #forward-addr: 2620:0:ccd::2 + #forward-addr: 208.67.222.222 + #forward-addr: 208.67.220.220 # Yandex.DNS Basic forward-addr: 2a02:6b8::feed:0ff forward-addr: 2a02:6b8:0:1::feed:0ff