// // Do any local configuration here // zone "33.22.11.in-addr.arpa" { type master; file "/etc/bind/33.22.11.in-addr.arpa"; allow-transfer { common-allow-transfer; }; }; zone "meinvps.de" { type master; file "/etc/bind/meinvps.de"; allow-transfer { 7.8.9.10; 11.22.33.44; common-allow-transfer; }; }; acl common-allow-transfer { none; }; // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918";