summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-01-24 10:04:14 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2016-01-24 10:04:14 +0100
commitc82b7e91a753b35b473f99174bea7c1f1ad2c586 (patch)
treeaea5cffc1e5babbbfbc4886ad09b447714020b42 /config
parentf5396171c1ab0eb5b4789d5d19f080193a765814 (diff)
downloadOpenBSD-firewall-c82b7e91a753b35b473f99174bea7c1f1ad2c586.tar.gz
OpenBSD-firewall-c82b7e91a753b35b473f99174bea7c1f1ad2c586.tar.bz2
unbound should listen on internal networks and localhost only
Diffstat (limited to 'config')
-rw-r--r--config/obr/unbound/etc/unbound.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/obr/unbound/etc/unbound.conf b/config/obr/unbound/etc/unbound.conf
index 244cd9c..b51c799 100644
--- a/config/obr/unbound/etc/unbound.conf
+++ b/config/obr/unbound/etc/unbound.conf
@@ -1,7 +1,8 @@
# $OpenBSD: unbound.conf,v 1.5 2015/07/19 17:29:42 sthen Exp $
server:
- interface: 0.0.0.0
+ interface: 127.0.0.1@53
+ interface: 192.168.1.1@53
do-ip4: yes
do-udp: yes
do-ip6: no