// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; acl "mc-subnet" { 10.0.0/24; }; view "internal" { match-clients { "mc-subnet"; }; zone "metropolitanbuntu.co.za" { type master; file "metropolitanbuntu.co.za.internal"; }; zone "0.0.10.in-addr.arpa" { type master; file "0.0.10.in-addr.arpa"; }; }; view "external" { match-clients { any; }; recursion no; zone "metropolitanbuntu.co.za" IN { type master; file "metropolitanbuntu.co.za.external"; //notify yes; }; zone "194.134.41.in-addr.arpa" IN { type master; file "194.134.41.in-addr.arpa"; }; };