Allow DNS query from the machine itself.
This commit is contained in:
parent
712baf75ee
commit
6247733838
@ -1,6 +1,6 @@
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
allow-query { localhost; 192.168.1.0/24; 172.0.0.0/8; };
|
||||
allow-query { localhost; 192.168.1.0/24; 172.0.0.0/8; 10.88.0.0/16; };
|
||||
|
||||
// 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