// This is the primary configuration file for the BIND DNS server named. // // Please read /usr/share/doc/bind/README.Debian for information on the // structure of BIND configuration files in Debian for BIND versions 8.2.1 // and later, *BEFORE* you customize this configuration file. // options { directory "/var/cache/bind"; pid-file "/var/run/bind/run/named2.pid"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always asked // questions using port 53, but BIND 8.1 and later use an unprivileged // port by default. // query-source address * port 53; version "guda"; // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. forwarders { 212.50.0.10; 212.50.0.15; 212.50.0.22; 212.50.3.130; }; listen-on { 82.103.69.160; }; // auth-nxdomain no; # conform to RFC1035 allow-transfer { // spnet.net 212.50.0.10; 212.50.0.15; 212.50.0.22; 212.50.0.0/24; // sps.bg 193.68.112.0/24; 193.68.113.2; 127.0.0.1; 192.168.1.0/24; 192.168.2.0/24; 192.168.0.0/24; 212.36.10.90; 82.103.69.160; 212.50.3.130; // eaba.org - helpdesk@btc-net.bg 212.39.90.73; 212.39.90.72; 212.39.90.2; 212.39.90.82; }; recursion yes; // Do not provide recursive service // any; allow-query { any; 192.168.1.0/24; 212.50.0.10; 212.50.0.15; 212.50.0.22; 212.50.0.0/24; 193.68.112.1; 127.0.0.1/24; }; // This is the default }; // reduce log verbosity on issues outside our control logging { category lame-servers { null; }; // category cname { null; }; }; // prime the server with knowledge of the root servers zone "." { type hint; file "/etc/bind/db.root"; }; // be authoritative for the localhost forward and reverse zones, and for // broadcast zones as per RFC 1912 zone "localhost" { type master; file "/etc/bind/db.local"; }; zone "127.in-addr.arpa" { type master; file "/etc/bind/db.127"; }; zone "0.in-addr.arpa" { type master; file "/etc/bind/db.0"; }; zone "10.36.212.in-addr.arpa" { type master; file "/etc/bind/db.10.36.212"; }; zone "240.196.91.in-addr.arpa" { type master; file "/etc/bind/db.240.196.91"; }; zone "255.in-addr.arpa" { type master; file "/etc/bind/db.255"; }; // add entries for other zones below here zone "1.168.192.in-addr.arpa" { type master; file "/etc/bind/db.1.168.192"; }; zone "cenite.com" { type master; file "/etc/bind/namedb/cenite.com.ns2.db"; };