options revision 4db9a2fac844ac23793e5388cecd023d1d54bde4
0N/A
0N/AThis is a summary of the implementation status of the various named.conf
0N/Aoptions in BIND 9.
0N/A
0N/A
0N/ALegend:
0N/A
0N/A Yes Implemented in this release.
0N/A
0N/A No Not implemented, may be implemented in a later release.
0N/A
0N/A Obsolete Obsolete, not applicable to BIND 9, or just evil.
0N/A Will not be implemented.
0N/A
0N/A * New in BIND 9.
0N/A
0N/A + The option is now always enabled.
0N/A
0N/A - The option is now always disabled.
0N/A
0N/A % The default value has changed since BIND 8.
0N/A
0N/A @ Semantics of certain pathological address match lists, in
0N/A particular those involving double negation, have changed.
0N/A The new semantics are generally safer. IPv6 addresses
0N/A are supported, but the predefined ACLs "localhost" and
2080N/A "localnets" match IPv4 addresses only.
0N/A
0N/A # BIND 9 accepts both LF and CRLF as end-of-line markers.
0N/A
0N/A
0N/Aoptions {
0N/A [ version version_string; ] Yes
0N/A [ directory path_name; ] Yes
0N/A [ named-xfer path_name; ] Obsolete
0N/A [ dump-file path_name; ] No
0N/A [ memstatistics-file path_name; ] No
0N/A [ pid-file path_name; ] Yes
0N/A [ statistics-file path_name; ] No
0N/A [ auth-nxdomain yes_or_no; ] Yes%
0N/A [ deallocate-on-exit yes_or_no; ] Obsolete+
0N/A [ dialup yes_or_no; ] No
0N/A [ fake-iquery yes_or_no; ] Obsolete-
0N/A [ fetch-glue yes_or_no; ] No
0N/A [ has-old-clients yes_or_no; ] Obsolete
0N/A [ host-statistics yes_or_no; ] No
0N/A [ multiple-cnames yes_or_no; ] Obsolete-
0N/A [ notify yes_or_no; ] No
0N/A [ recursion yes_or_no; ] Yes
0N/A [ rfc2308-type1 yes_or_no; ] No
0N/A [ use-id-pool yes_or_no; ] Obsolete+
0N/A [ treat-cr-as-space yes_or_no; ] Obsolete#
0N/A [ also-notify { ip_addr; [ ip_addr; ... ] }; No
0N/A [ forward ( only | first ); ] Yes
0N/A [ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ] Yes
0N/A [ check-names ... ] No
0N/A [ allow-query { address_match_list }; ] Yes@
0N/A [ allow-transfer { address_match_list }; ] Yes@
0N/A [ allow-recursion { address_match_list }; ] Yes@
0N/A [ blackhole { address_match_list }; ] No
0N/A [ listen-on [ port ip_port ] { address_match_list }; ] Yes@ (IPv4 only)
0N/A [ query-source .... ] Yes
0N/A [ query-source-v6 .... ] Yes*
0N/A [ lame-ttl number; ] No
0N/A [ max-transfer-time-in number; ] Yes
0N/A [ max-transfer-idle-in number; ] Yes*
0N/A [ max-transfer-time-out number; ] Yes*
0N/A [ max-transfer-idle-out number; ] Yes*
0N/A [ max-ncache-ttl number; ] No
0N/A [ min-roots number; ] No
0N/A [ serial-queries number; ] No
0N/A [ transfer-format ( one-answer | many-answers ); ] Yes
0N/A [ transfers-in number; ] Yes
0N/A [ transfers-out number; ] Yes
0N/A [ transfers-per-ns number; ] Yes
0N/A [ transfer-source ip_addr; ] Yes
0N/A [ transfer-source-v6 ip_addr; ] Yes*
0N/A [ maintain-ixfr-base yes_or_no; ] Obsolete+
0N/A [ max-ixfr-log-size number; ] No
0N/A [ coresize size_spec ; ] No
0N/A [ datasize size_spec ; ] No
0N/A [ files size_spec ; ] No
0N/A [ stacksize size_spec ; ] No
0N/A [ cleaning-interval number; ] Yes
0N/A [ heartbeat-interval number; ] No
0N/A [ interface-interval number; ] Yes
0N/A [ statistics-interval number; ] No
0N/A [ topology { address_match_list }; ] No
0N/A [ sortlist { address_match_list }; ] No
0N/A [ rrset-order { order_spec ; [ order_spec ; ... ] ] }; No
0N/A [ recursive-clients number; ] Yes*
0N/A [ tcp-clients number; ] Yes*
0N/A};
0N/A
0N/Aacl Yes@
0N/A
0N/Ainclude Yes
0N/A
0N/Akey Yes
0N/A
logging No
controls No
server ip_addr {
[ bogus yes_or_no; ] No
[ support-ixfr yes_or_no; ] Yes
[ transfers number; ] Yes
[ transfer-format ( one-answer | many-answers ); ] Yes
[ keys { key_id [key_id ... ] }; ] Yes
};
trusted-keys No
zone domain_name [ ( in | hs | hesiod | chaos ) ] {
type master; Yes
file path_name; Yes
[ forward ( only | first ); ] No
[ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] No
[ check-names ( warn | fail | ignore ); ] No
[ allow-update { address_match_list }; ] Yes@
[ allow-query { address_match_list }; ] Yes@
[ allow-transfer { address_match_list }; ] Yes@
[ dialup yes_or_no; ] No
[ max-transfer-time-out number; ] Yes*
[ max-transfer-idle-out number; ] Yes*
[ notify yes_or_no; ] No
[ also-notify { ip_addr; [ ip_addr; ... ] }; No
[ ixfr-base path_name; ] Obsolete
[ pubkey number number number string; ] No
};
zone domain_name [ ( in | hs | hesiod | chaos ) ] {
type stub; No
};
zone domain_name [ ( in | hs | hesiod | chaos ) ] {
type slave; Yes
[ file path_name; ] Yes
[ ixfr-base path_name; ] Obsolete
masters [ port ip_port ] { ip_addr; [ ip_addr; ... ] }; Yes
[ forward ( only | first ); ] No
[ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] No
[ check-names ( warn | fail | ignore ); ] No
[ allow-update { address_match_list }; ] Obsolete
[ allow-update-forwarding { address_match_list }; ] No*
[ allow-query { address_match_list }; ] Yes@
[ allow-transfer { address_match_list }; ] Yes@
[ transfer-source ip_addr; ] Yes
[ transfer-source-v6 ip_addr; ] Yes*
[ dialup yes_or_no; ] No
[ max-transfer-time-in number; ] Yes
[ max-transfer-idle-in number; ] Yes*
[ max-transfer-time-out number; ] Yes*
[ max-transfer-idle-out number; ] Yes*
[ notify yes_or_no; ] No
[ also-notify { ip_addr; [ ip_addr; ... ] }; No
[ pubkey number number number string; ] No
};
zone domain_name [ ( in | hs | hesiod | chaos ) ] {
type forward; No
};
zone "." [ ( in | hs | hesiod | chaos ) ] {
type hint; Yes
file path_name; Yes
[ check-names ( warn | fail | ignore ); ] No
};