make unbound listen on all interfaces

This commit is contained in:
2023-12-04 13:55:13 +01:00
parent 0353156163
commit 1dbba8eac6

View File

@@ -4,6 +4,7 @@
settings = {
server = {
interface = [ "0.0.0.0" "::0" ];
interface-automatic = "yes";
access-control = [
"127.0.0.0/8 allow"
"10.42.96.0/24 allow"