options { directory "/var/bind"; // these are the 1and1 forwarders forwarders { 217.160.248.251; 195.20.224.234; 195.20.224.99; }; listen-on-v6 { none; }; // listen-on { 127.0.0.1; }; // to allow only specific hosts to use the DNS server: //allow-query { // 127.0.0.1; //}; // if you have problems and are behind a firewall: //query-source address * port 53; allow-recursion { 127.0.0.1; }; pid-file "/var/run/named/named.pid"; notify no; query-source address * port 53; }; zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "pri/localhost.zone"; allow-update { none; }; notify no; }; zone "127.in-addr.arpa" IN { type master; file "pri/127.zone"; allow-update { none; }; notify no; }; zone "142.248.160.217.in-addr.arpa" IN { type master; file "pri/142.248.160.217.in-addr.arpa.zone"; allow-update { none; }; }; zone "clanspum.net" IN { type master; file "pri/clanspum.net.zone"; allow-update { none; }; };