diff --git a/setup/start/unbound.conf b/setup/start/unbound.conf index 818399323..fdceec6fe 100644 --- a/setup/start/unbound.conf +++ b/setup/start/unbound.conf @@ -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 -