summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2020-06-21 16:59:45 +0000
committersthen <sthen@openbsd.org>2020-06-21 16:59:45 +0000
commitbf6955b0f2aaef41bb8be8730205027e6024bfdf (patch)
treea86fd504e26c5a567cf4536a797ee50480fc7101
parentNuke pointless vioblk_dev_probe() and vioblk_dev_free() functions and (diff)
downloadwireguard-openbsd-bf6955b0f2aaef41bb8be8730205027e6024bfdf.tar.xz
wireguard-openbsd-bf6955b0f2aaef41bb8be8730205027e6024bfdf.zip
tidy wording from when dnssec was enabled/disabled/reenabled
ok kn gsoares
-rw-r--r--etc/unbound.conf6
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