diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-06-21 16:59:46 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-06-21 16:59:46 +0000 |
commit | cebccf591a6f7b3c58fed9d76772f66287ebdb8f (patch) | |
tree | f5b7f06504455e34fdc8588705a18a54e6ce1875 /etc | |
parent | 04272a8ecdf5e65db8f021970b04126fb124d722 (diff) |
tidy wording from when dnssec was enabled/disabled/reenabled
ok kn gsoares
Diffstat (limited to 'etc')
-rw-r--r-- | etc/unbound.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf index 528405a9fac..775d94fcb25 100644 --- a/etc/unbound.conf +++ b/etc/unbound.conf @@ -1,4 +1,4 @@ -# $OpenBSD: unbound.conf,v 1.19 2019/11/07 15:46:37 sthen Exp $ +# $OpenBSD: unbound.conf,v 1.20 2020/06/21 16:59:45 sthen Exp $ server: interface: 127.0.0.1 @@ -19,12 +19,12 @@ server: hide-identity: yes hide-version: yes - # Perform DNSSEC validation. Comment out the below option to disable. + # Perform DNSSEC validation. # auto-trust-anchor-file: "/var/unbound/db/root.key" val-log-level: 2 - # Uncomment to synthesize NXDOMAINs from DNSSEC NSEC chains + # Synthesize NXDOMAINs from DNSSEC NSEC chains. # https://tools.ietf.org/html/rfc8198 # aggressive-nsec: yes |