Allow DNS query from all local subnets.

This commit is contained in:
yohan 2024-09-30 00:41:20 +02:00
parent 6247733838
commit fb87313e5b

View File

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