BIND 8.1.2 Release Notes

New and Changed Features
New Features
Chapter 1 29
[ check-names ( warn | fail | ignore ); ]
};
zone statement examples for master, slave and hint are as follows:
zone isc.org in
type master;
file master/isc.org;
};
zone vix.com in {
type slave;
file slave/vix.com;
masters { 10.0.0.53; };
};
zone.in {
type hint;
file named.cache;
};
zone 0.0.127.in-addr.arpa in {
type master;
file master/127.0.0;
};