Allow DNS query from all local subnets.
This commit is contained in:
parent
6247733838
commit
fb87313e5b
@ -1,6 +1,6 @@
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
allow-query { localhost; 192.168.1.0/24; 172.0.0.0/8; 10.88.0.0/16; };
|
||||
allow-query { localhost; 192.168.0.0/16; 10.0.0.0/8; };
|
||||
|
||||
// If there is a firewall between you and nameservers you want
|
||||
// to talk to, you may need to fix the firewall to allow multiple
|
||||
|
Loading…
Reference in New Issue
Block a user