BIND 8.1.2 Release Notes

New and Changed Features
New Features
Chapter 128
zone domain_name [ { in | hs | hesiod | chaos ) ] {
type master;
file path_name;
[ check-names ( warn | fail | ignore ); ]
[ allow-update { address_match_list }; ]
[ allow-query { address_match_list}; ]
[ allow-transfer { address_match_list }; ]
[ notify yes_or_no; ]
[ also-notify { ip_addr; [ ip_addr; ... ] };
};
The slave or stub zone statement is of the following format:
zone domain_name [ ( in | hs | hesiod | chaos ) ] {
type ( slave | stub );
[ file path_name; ]
masters { ip_addr; [ ip_addr; ... ] }
[ check-names ( warn | fail | ignore ); ]
[ allow-update { address_match_list }; ]
[ allow-query { address_match_list}; ]
[ allow-transfer { address_match_list}; ]
[ max-transfer-time-in number; ]
[ notify yes_or_no; ]
[ also-notify { ip_addr; [ip_addr; ... ] };
};
The hint zone statement is of the following format:
zone.[ (in | hs | hesiod | chaos ) ] {
type hint;
file path_name;