mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
statistics-file, sortlist, additional-from-cache, and additional-from-auth
are now implemented
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Copyright (C) 2000 Internet Software Consortium.
|
Copyright (C) 2000 Internet Software Consortium.
|
||||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||||
|
|
||||||
$Id: options,v 1.45 2000/11/28 03:20:20 marka Exp $
|
$Id: options,v 1.46 2000/11/28 21:27:45 gson Exp $
|
||||||
|
|
||||||
This is a summary of the implementation status of the various named.conf
|
This is a summary of the implementation status of the various named.conf
|
||||||
options in BIND 9.
|
options in BIND 9.
|
||||||
@@ -41,7 +41,7 @@ options {
|
|||||||
[ dump-file path_name; ] No
|
[ dump-file path_name; ] No
|
||||||
[ memstatistics-file path_name; ] No
|
[ memstatistics-file path_name; ] No
|
||||||
[ pid-file path_name; ] Yes
|
[ pid-file path_name; ] Yes
|
||||||
[ statistics-file path_name; ] No
|
[ statistics-file path_name; ] Yes
|
||||||
[ auth-nxdomain yes_or_no; ] Yes%
|
[ auth-nxdomain yes_or_no; ] Yes%
|
||||||
[ deallocate-on-exit yes_or_no; ] Obsolete+
|
[ deallocate-on-exit yes_or_no; ] Obsolete+
|
||||||
[ dialup yes_or_no | notify | notify-passive |
|
[ dialup yes_or_no | notify | notify-passive |
|
||||||
@@ -97,7 +97,7 @@ options {
|
|||||||
[ interface-interval number; ] Yes
|
[ interface-interval number; ] Yes
|
||||||
[ statistics-interval number; ] No
|
[ statistics-interval number; ] No
|
||||||
[ topology { address_match_list }; ] No
|
[ topology { address_match_list }; ] No
|
||||||
[ sortlist { address_match_list }; ] No
|
[ sortlist { address_match_list }; ] Yes
|
||||||
[ rrset-order { order_spec ; [ order_spec ; ... ] }; ] No
|
[ rrset-order { order_spec ; [ order_spec ; ... ] }; ] No
|
||||||
[ recursive-clients number; ] Yes*
|
[ recursive-clients number; ] Yes*
|
||||||
[ tcp-clients number; ] Yes*
|
[ tcp-clients number; ] Yes*
|
||||||
@@ -105,6 +105,8 @@ options {
|
|||||||
[ tkey-dhkey ... ] Yes*
|
[ tkey-dhkey ... ] Yes*
|
||||||
[ port number; ] Yes*
|
[ port number; ] Yes*
|
||||||
[ sig-validity-interval number; ] Yes*
|
[ sig-validity-interval number; ] Yes*
|
||||||
|
[ additional-from-auth yes_or_no; ] Yes*
|
||||||
|
[ additional-from-cache yes_or_no; ] Yes*
|
||||||
};
|
};
|
||||||
|
|
||||||
acl Yes@
|
acl Yes@
|
||||||
|
Reference in New Issue
Block a user