diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-12-11 19:16:37 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-12-11 19:16:37 +0000 |
commit | 179f2332119303131e65b078b78b1fefa916d680 (patch) | |
tree | f9342e216de283778b2f2fcb233b408226853466 /etc/unbound.conf | |
parent | 680998675f63c0eea5408a493b86c2af9b48c118 (diff) |
the world is not ready for dnssec enabled by default
Diffstat (limited to 'etc/unbound.conf')
-rw-r--r-- | etc/unbound.conf | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf index 942be2dc5d8..b832efe9ee7 100644 --- a/etc/unbound.conf +++ b/etc/unbound.conf @@ -1,4 +1,4 @@ -# $OpenBSD: unbound.conf,v 1.11 2018/12/10 16:46:03 sthen Exp $ +# $OpenBSD: unbound.conf,v 1.12 2018/12/11 19:16:36 florian Exp $ server: interface: 127.0.0.1 @@ -19,12 +19,14 @@ server: hide-identity: yes hide-version: yes - # Enable DNSSEC validation. - auto-trust-anchor-file: "/var/unbound/db/root.key" - val-log-level: 2 + # Uncomment to enable DNSSEC validation. + # + #auto-trust-anchor-file: "/var/unbound/db/root.key" - # Synthesize NXDOMAINs from DNSSEC NSEC chains. RFC 8198 - aggressive-nsec: yes + # Uncomment to synthesize NXDOMAINs from DNSSEC NSEC chains + # https://tools.ietf.org/html/rfc8198 + # + #aggressive-nsec: yes # Serve zones authoritatively from Unbound to resolver clients. # Not for external service. |