Listing 2. named.conf.local acl mynetworks { 192.168.100.0/24; 10.10.0.0/16; }; options { directory "/var/cache/bind"; allow-query { mynetworks; }; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { none; }; };