// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "geo.com.pa" { type master; file "/var/lib/bind/geo.com.pa.hosts"; allow-transfer { 127.0.0.1; localnets; }; }; zone "ingeotec.net" { type master; file "/var/lib/bind/ingeotec.net.hosts"; allow-transfer { 127.0.0.1; localnets; }; };