// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; view "ucitele" { match-clients { 10.0.3.0/24; localhost; }; include "/etc/bind/named.conf.default-zones"; include "/etc/bind/named.conf.forward-zones"; }; view "ucitele-vyjimky" { match-clients { 10.0.1.31; 10.0.1.152; 10.0.1.153; localhost; }; include "/etc/bind/named.conf.default-zones"; include "/etc/bind/named.conf.forward-zones"; }; view "zaci" { match-clients { 10.0.1.0/24; localhost; }; include "/etc/bind/named.conf.default-zones"; include "/etc/bind/named.conf.forward-zones"; zone "facebook.com" { type master; file "/etc/bind/db.fcbook.com"; }; };