options { directory "/var/named"; pid-file "/run/named/named.pid"; listen-on-v6 { 2a01:198:70a:ff::xxx:xxx; }; listen-on port 53 { 127.0.0.1; 10.222.xxx.xxx; }; dnssec-validation auto; auth-nxdomain no; # conform to RFC1035 allow-recursion { 10.222.0.0/16; 127.0.0.0/8;}; allow-transfer { none; }; allow-update { none; }; forwarders { 85.214.20.141; 213.73.91.35; }; version none; hostname none; server-id none; }; zone "localhost" IN { type master; file "localhost.zone"; }; zone "0.0.127.in-addr.arpa" IN { type master; file "127.0.0.zone"; }; zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" { type master; file "localhost.ip6.zone"; }; zone "255.in-addr.arpa" IN { type master; file "empty.zone"; }; zone "0.in-addr.arpa" IN { type master; file "empty.zone"; }; zone "." IN { type hint; file "root.hint"; }; zone "ffmyk" IN { type master; file "ffmyk.zone"; allow-query { any; }; allow-transfer { none; }; };