diff options
author | 2018-12-12 23:20:38 +0000 | |
---|---|---|
committer | 2018-12-12 23:20:38 +0000 | |
commit | 8bf58706ee805331c2474b53fa2ba7200d90a50d (patch) | |
tree | 961215e598986f22bd92a745e17c15e9d4ea91cf | |
parent | Cleanup, no functional change: (diff) | |
download | wireguard-openbsd-8bf58706ee805331c2474b53fa2ba7200d90a50d.tar.xz wireguard-openbsd-8bf58706ee805331c2474b53fa2ba7200d90a50d.zip |
add commented-out "val-log-level: 2" next to the uncommentable line to
enable dnssec validation, it's really useful for debug
-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 |