acl "trusted" { 127.0.0.0/8 ; // localhost 192.168.a.0/24 ; // intranet d.e.f.g/32 ; // sube }; options { directory "/var/cache/bind"; dnssec-validation auto; recursion yes; allow-recursion { trusted ; }; forwarders { 8.8.8.8 ; 195.175.39.39 ; 4.2.2.6 ; } ; allow-transfer {"none";}; version "nonono"; empty-zones-enable yes; auth-nxdomain no; # conform to RFC1035 listen-on port 53 { 127.0.0.1 ; 192.168.a.d ; }; listen-on-v6 { none; }; };