options revision cbe5f076ba5595c3d63daa223ea373bef55561b2
68N/A
68N/AThis is a summary of the implementation status of the various named.conf
68N/Aoptions in BIND 9.
68N/A
1345N/A
68N/ALegend:
68N/A
919N/A Yes Implemented in this release.
919N/A
919N/A No Not implemented, may be implemented in a later release.
919N/A
919N/A Obsolete Obsolete, not applicable to BIND 9, or just evil. Will not be
919N/A implemented.
919N/A
919N/A * New in BIND 9.
919N/A
919N/A + The option is now always enabled.
919N/A
919N/A - The option is now always disabled.
919N/A
919N/A % The default value has changed since BIND 8.
919N/A
919N/A @ Semantics of certain pathological address match lists, in
919N/A particular those involving double negation, have changed. The new
68N/A semantics are generally safer. The predefined ACLs "localhost"
68N/A and "localnets" are not yet supported.
68N/A
68N/A # BIND 9 accepts both LF and CRLF as end-of-line markers.
493N/A
68N/A
68N/Aoptions {
1370N/A [ version version_string; ] Yes
68N/A [ directory path_name; ] Yes
911N/A [ named-xfer path_name; ] Obsolete
1370N/A [ dump-file path_name; ] No
1370N/A [ memstatistics-file path_name; ] No
1370N/A [ pid-file path_name; ] Yes
911N/A [ statistics-file path_name; ] No
68N/A [ auth-nxdomain yes_or_no; ] Yes%
1265N/A [ deallocate-on-exit yes_or_no; ] Obsolete+
68N/A [ dialup yes_or_no; ] No
599N/A [ fake-iquery yes_or_no; ] Obsolete-
599N/A [ fetch-glue yes_or_no; ] No
599N/A [ has-old-clients yes_or_no; ] Obsolete
68N/A [ host-statistics yes_or_no; ] No
68N/A [ multiple-cnames yes_or_no; ] Obsolete-
68N/A [ notify yes_or_no; ] No
970N/A [ recursion yes_or_no; ] Yes
970N/A [ rfc2308-type1 yes_or_no; ] No
970N/A [ use-id-pool yes_or_no; ] Obsolete+
970N/A [ treat-cr-as-space yes_or_no; ] Obsolete#
970N/A [ also-notify { ip_addr; [ ip_addr; ... ] }; No
970N/A [ forward ( only | first ); ] Yes
68N/A [ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ] Yes
68N/A [ check-names ... ] No
493N/A [ allow-query { address_match_list }; ] Yes@
68N/A [ allow-transfer { address_match_list }; ] Yes@
68N/A [ allow-recursion { address_match_list }; ] Yes@
68N/A [ blackhole { address_match_list }; ] No
493N/A [ listen-on [ port ip_port ] { address_match_list }; ] Yes@ (IPv4 only)
68N/A [ query-source .... ] Yes (IPv4 only)
68N/A [ lame-ttl number; ] No
68N/A [ max-transfer-time-in number; ] Yes
68N/A [ max-transfer-idle-in number; ] Yes*
970N/A [ max-transfer-time-out number; ] Yes*
970N/A [ max-transfer-idle-out number; ] Yes*
970N/A [ max-ncache-ttl number; ] No
68N/A [ min-roots number; ] No
[ serial-queries number; ] No
[ transfer-format ( one-answer | many-answers ); ] Yes
[ transfers-in number; ] No
[ transfers-out number; ] Yes
[ transfers-per-ns number; ] No
[ transfer-source ip_addr; ] Yes
[ transfer-source-v6 ip_addr; ] Yes*
[ maintain-ixfr-base yes_or_no; ] Obsolete+
[ max-ixfr-log-size number; ] No
[ coresize size_spec ; ] No
[ datasize size_spec ; ] No
[ files size_spec ; ] No
[ stacksize size_spec ; ] No
[ cleaning-interval number; ] Yes
[ heartbeat-interval number; ] No
[ interface-interval number; ] No
[ statistics-interval number; ] No
[ topology { address_match_list }; ] No
[ sortlist { address_match_list }; ] No
[ rrset-order { order_spec ; [ order_spec ; ... ] ] }; No
[ recursive-clients number; ] Yes*
[ tcp-clients number; ] Yes*
};
acl { } Yes@
include Yes
key Yes
logging No
controls No
server No
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
[ 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 }; ] Yes+
[ 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
};