From de26949c16e6d8e660df4562c95ef0a45082d616 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 19 Feb 2015 18:43:08 +0200 Subject: [PATCH] unbound: uncomment the dnssec line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it seems that I am accidentally removing the trust anchor includer fileā€¦ --- etc/unbound/unbound.conf.d/alone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/unbound/unbound.conf.d/alone.conf b/etc/unbound/unbound.conf.d/alone.conf index fceea8fa..fbd9fa86 100644 --- a/etc/unbound/unbound.conf.d/alone.conf +++ b/etc/unbound/unbound.conf.d/alone.conf @@ -3,7 +3,7 @@ server: # perform cryptographic DNSSEC validation using the root trust anchor. # this should be in /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf - # auto-trust-anchor-file: "/var/lib/unbound/root.key" + auto-trust-anchor-file: "/var/lib/unbound/root.key" #interface: 127.0.0.1 access-control: 127.0.0.0/8 allow #interface: ::1