diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2018-12-12 23:20:39 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2018-12-12 23:20:39 +0000 |
commit | 592ac779cf49f8e1ee2ac29a9efb3c1a899ece42 (patch) | |
tree | f72760cce95f804dd6640333129ee6688fea7065 /etc/unbound.conf | |
parent | 792b929c5006534de41ea34a8bd64ae250bb1c6e (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.conf | 3 |
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 |