summaryrefslogtreecommitdiff
path: root/etc/unbound.conf
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2018-12-12 23:20:39 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2018-12-12 23:20:39 +0000
commit592ac779cf49f8e1ee2ac29a9efb3c1a899ece42 (patch)
treef72760cce95f804dd6640333129ee6688fea7065 /etc/unbound.conf
parent792b929c5006534de41ea34a8bd64ae250bb1c6e (diff)
add commented-out "val-log-level: 2" next to the uncommentable line to
enable dnssec validation, it's really useful for debug
Diffstat (limited to 'etc/unbound.conf')
-rw-r--r--etc/unbound.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf
index b832efe9ee7..37eeb658bb2 100644
--- a/etc/unbound.conf
+++ b/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