Make unbound listen also on future devices

The local network for docker containers might not be up yet
https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html#term-ip-freebind-yes-or-no
This commit is contained in:
Johannes Zellner
2022-01-26 16:31:30 +01:00
parent e7977525a0
commit 8e15f27080
+1 -1
View File
@@ -2,6 +2,7 @@ server:
port: 53
interface: 127.0.0.1
interface: 172.18.0.1
ip-freebind: yes
do-ip6: no
access-control: 127.0.0.1 allow
access-control: 172.18.0.1/16 allow
@@ -10,4 +11,3 @@ server:
# enable below for logging to journalctl -u unbound
# verbosity: 5
# log-queries: yes