summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2015-07-19 17:29:42 +0000
committersthen <sthen@openbsd.org>2015-07-19 17:29:42 +0000
commit26246b6cc2782313755aceffa47093da490776cd (patch)
tree93db749977d93be6f8e4c5dd1f6f35053eb22332
parentfigure out the linewidth at initialization, rather than late (diff)
downloadwireguard-openbsd-26246b6cc2782313755aceffa47093da490776cd.tar.xz
wireguard-openbsd-26246b6cc2782313755aceffa47093da490776cd.zip
change default unbound config to enable the control socket, without using
keys/certificates for auth. ok florian@
-rw-r--r--etc/unbound.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf
index 19f598c7a3f..6fa41a624ca 100644
--- a/etc/unbound.conf
+++ b/etc/unbound.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: unbound.conf,v 1.4 2014/04/02 21:43:30 millert Exp $
+# $OpenBSD: unbound.conf,v 1.5 2015/07/19 17:29:42 sthen Exp $
server:
interface: 127.0.0.1
@@ -37,6 +37,11 @@ server:
#
#tcp-upstream: yes
+remote-control:
+ control-enable: yes
+ control-use-cert: no
+ control-interface: /var/run/unbound.sock
+
# Use an upstream forwarder (recursive resolver) for specific zones.
# Example addresses given below are public resolvers valid as of 2014/03.
#