// // Do any local configuration here // Forward zone zone "jyhuang.idv.tw" { type slave; file "/var/cache/bind/db.jyhuang.idv.tw"; masters { 140.113.78.123; }; }; //Reverse zone zone "78.113.140.in-addr.arpa" { type slave; file "/var/cache/bind/db.140.113.78"; masters { 140.113.78.123; }; }; // // Forward zone zone "ompi.net" { type master; file "/etc/bind/zones/db.ompi.net"; allow-transfer { 10.42.0.2; }; also-notify { 10.42.0.2; }; }; //Reverse zone zone "0.42.10.in-addr.arpa" { type master; file "/etc/bind/zones/db.10.42.0"; allow-transfer { 10.42.0.2; }; also-notify { 10.42.0.2; }; }; // // Consider adding the 1918 zones here, if they are not used in your // organization // include "/etc/bind/zones.rfc1918";