From 090b271f306ed326dd5ab6087135c3160007177a Mon Sep 17 00:00:00 2001 From: sthen <> Date: Wed, 12 Dec 2018 23:20:38 +0000 Subject: [PATCH] add commented-out "val-log-level: 2" next to the uncommentable line to enable dnssec validation, it's really useful for debug --- src/etc/unbound.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/unbound.conf b/src/etc/unbound.conf index b832efe9..37eeb658 100644 --- a/src/etc/unbound.conf +++ b/src/etc/unbound.conf @@ -1,4 +1,4 @@ -# $OpenBSD: unbound.conf,v 1.12 2018/12/11 19:16:36 florian Exp $ +# $OpenBSD: unbound.conf,v 1.13 2018/12/12 23:20:38 sthen Exp $ server: interface: 127.0.0.1 @@ -22,6 +22,7 @@ server: # Uncomment to enable DNSSEC validation. # #auto-trust-anchor-file: "/var/unbound/db/root.key" + #val-log-level: 2 # Uncomment to synthesize NXDOMAINs from DNSSEC NSEC chains # https://tools.ietf.org/html/rfc8198