named.conf
### named.conf - configuration for bind ### ### Generated automatically by bindconf, alchemist et al. controls { inet 127.0.0.1 allow { localhost; } keys { rndc; }; }; include "/etc/rndc.key"; options { directory "/var/named/"; }; zone "." { type hint; file "named.ca"; }; zone "0.0.127.in-addr.arpa" { type master; file "0.0.127.in-addr.arpa.zone"; }; zone "1.168.192.in-addr.arpa" { type master; file "1.168.192.in-addr.arpa.zone"; // IP addresses of slave servers allowed to transfer mn.acme.com allow-transfer { 192.168.1.190; }; }; zone "4.168.192.in-addr.arpa" { type master; file "4.168.192.in-addr.arpa.zone"; // IP addresses of slave servers allowed to transfer mn.acme.com allow-transfer { 192.168.1.190; }; }; zone "5.168.192.in-addr.arpa" { type master; file "5.168.192.in-addr.arpa.zone"; // IP addresses of slave servers allowed to transfer mn.acme.com allow-transfer { 192.168.1.190; }; }; zone "localhost" { type master; file "localhost.zone"; }; zone "mn.acme.com" { type master; file "mn.acme.com.zone"; // IP addresses of slave servers allowed to transfer mn.acme.com allow-transfer { 192.168.1.190; }; }; logging { channel custom { file "/tmp/named.log"; print-time yes; print-category yes; }; category config { custom; }; category notify { custom; }; category dnssec { custom; }; category general { custom; }; category security { custom; }; category xfer-out { custom; }; category lame-servers { custom; }; };