diff --git a/src/etc/unbound.conf b/src/etc/unbound.conf index b46847e3..528405a9 100644 --- a/src/etc/unbound.conf +++ b/src/etc/unbound.conf @@ -1,4 +1,4 @@ -# $OpenBSD: unbound.conf,v 1.18 2019/11/07 12:49:45 job Exp $ +# $OpenBSD: unbound.conf,v 1.19 2019/11/07 15:46:37 sthen Exp $ server: interface: 127.0.0.1 @@ -22,12 +22,12 @@ server: # Perform DNSSEC validation. Comment out the below option to disable. # auto-trust-anchor-file: "/var/unbound/db/root.key" - #val-log-level: 2 + val-log-level: 2 # Uncomment to synthesize NXDOMAINs from DNSSEC NSEC chains # https://tools.ietf.org/html/rfc8198 # - #aggressive-nsec: yes + aggressive-nsec: yes # Serve zones authoritatively from Unbound to resolver clients. # Not for external service.