summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2018-12-10 16:46:03 +0000
committersthen <sthen@openbsd.org>2018-12-10 16:46:03 +0000
commit4d9c493e24ce4aabf297adea0c5f92234507d047 (patch)
treecc190a1035bf7fde285537047175ea3b9644ce31
parentUpdate to 4.1.26 (diff)
downloadwireguard-openbsd-4d9c493e24ce4aabf297adea0c5f92234507d047.tar.xz
wireguard-openbsd-4d9c493e24ce4aabf297adea0c5f92234507d047.zip
remove qname-minimisation from sample config, this was turned on by
default upstream in 1.7.2 (picked up by us with the update to 1.7.3). ok florian@
-rw-r--r--etc/unbound.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf
index 132875fdf9f..942be2dc5d8 100644
--- a/etc/unbound.conf
+++ b/etc/unbound.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: unbound.conf,v 1.10 2018/12/07 11:54:04 sthen Exp $
+# $OpenBSD: unbound.conf,v 1.11 2018/12/10 16:46:03 sthen Exp $
server:
interface: 127.0.0.1
@@ -19,9 +19,6 @@ server:
hide-identity: yes
hide-version: yes
- # Uncomment to enable qname minimisation. RFC 7816
- #qname-minimisation: yes
-
# Enable DNSSEC validation.
auto-trust-anchor-file: "/var/unbound/db/root.key"
val-log-level: 2