make unbound listen on all interfaces
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user