summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-01-24 09:43:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2016-01-24 09:43:29 +0100
commit132b3d2720ba429e5beca9843fd50d292a82dfcd (patch)
tree89718a362afbab6443f98232d72111d3941c4d38 /config
parenta7d2284720c162a9e1d0704874099fc4131ee6d3 (diff)
downloadOpenBSD-firewall-132b3d2720ba429e5beca9843fd50d292a82dfcd.tar.gz
OpenBSD-firewall-132b3d2720ba429e5beca9843fd50d292a82dfcd.tar.bz2
unbound should talk to nsd for stub zones on localhost
Diffstat (limited to 'config')
-rw-r--r--config/obr/unbound/etc/unbound.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/obr/unbound/etc/unbound.conf b/config/obr/unbound/etc/unbound.conf
index cd2d25f..244cd9c 100644
--- a/config/obr/unbound/etc/unbound.conf
+++ b/config/obr/unbound/etc/unbound.conf
@@ -26,17 +26,19 @@ server:
root-hints: "/etc/root.hints"
+ do-not-query-localhost: no
+
remote-control:
control-enable: yes
control-interface: 127.0.0.1
stub-zone:
name: "lan."
- stub-addr: 192.168.1.1@8053
+ stub-addr: 127.0.0.1@8053
stub-zone:
name: "1.168.192.in-addr.arpa."
- stub-addr: 192.168.1.1@8053
+ stub-addr: 127.0.0.1@8053
#stub-zone:
# name: "andreasbaumann.cc"