Allow DNS query from the machine itself.

This commit is contained in:
yohan 2024-09-30 00:31:46 +02:00
parent 712baf75ee
commit 6247733838

View File

@ -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