// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; logging { channel simple_log { file "/var/log/named/bind.log" versions 7 size 10m; //severity warning; print-time yes; print-severity yes; print-category yes; }; channel all_queries { file "/var/log/named/queries.log" versions 7 size 10m; print-time yes; print-severity yes; print-category yes; }; category default{ simple_log; }; category queries { all_queries; }; }; zone "youroute.net" { type master; file "db.youroute.net"; allow-transfer { 82.103.130.91; }; }; zone "switzernet.com" { type master; file "db.switzernet.com"; allow-transfer { 82.103.130.91; }; }; zone "5cups.com" { type master; file "db.5cups.com"; allow-transfer { 82.103.130.91; }; };