2001-01-09 22:01:04 +00:00
|
|
|
Copyright (C) 2000, 2001 Internet Software Consortium.
|
2000-08-30 19:20:50 +00:00
|
|
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2001-03-19 22:34:14 +00:00
|
|
|
$Id: options,v 1.65 2001/03/19 22:34:08 bwelling Exp $
|
2000-06-22 22:00:42 +00:00
|
|
|
|
2000-02-02 21:26:08 +00:00
|
|
|
This is a summary of the implementation status of the various named.conf
|
|
|
|
options in BIND 9.
|
|
|
|
|
|
|
|
Legend:
|
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
Yes Implemented in this release.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
No Not implemented, may be implemented in a later release.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-08-01 01:33:37 +00:00
|
|
|
Obsolete Obsolete, not applicable to BIND 9, or just evil.
|
2000-05-22 23:55:25 +00:00
|
|
|
Will not be implemented.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
* New in BIND 9.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
+ The option is now always enabled.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
- The option is now always disabled.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
% The default value has changed since BIND 8.
|
2000-02-02 21:56:42 +00:00
|
|
|
|
2000-11-20 21:56:22 +00:00
|
|
|
& The option has been extended since BIND 8.
|
|
|
|
|
2000-02-02 21:26:08 +00:00
|
|
|
@ Semantics of certain pathological address match lists, in
|
2000-08-01 01:33:37 +00:00
|
|
|
particular those involving double negation, have changed.
|
2000-02-09 22:59:40 +00:00
|
|
|
The new semantics are generally safer. IPv6 addresses
|
2000-08-01 01:33:37 +00:00
|
|
|
are supported, but the predefined ACLs "localhost" and
|
2000-05-22 23:55:25 +00:00
|
|
|
"localnets" match IPv4 addresses only.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
# BIND 9 accepts both LF and CRLF as end-of-line markers.
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2001-01-16 20:44:26 +00:00
|
|
|
$ Stub zones are partially supported. They no longer
|
|
|
|
inject NS records into their parent zones, but can still
|
|
|
|
be used as a way of forcing a domain to be resolved using
|
|
|
|
a particular set of name servers.
|
|
|
|
|
2000-02-02 21:26:08 +00:00
|
|
|
|
|
|
|
options {
|
|
|
|
[ version version_string; ] Yes
|
|
|
|
[ directory path_name; ] Yes
|
|
|
|
[ named-xfer path_name; ] Obsolete
|
2000-12-15 21:17:25 +00:00
|
|
|
[ dump-file path_name; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ memstatistics-file path_name; ] No
|
|
|
|
[ pid-file path_name; ] Yes
|
2000-11-28 21:27:45 +00:00
|
|
|
[ statistics-file path_name; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ auth-nxdomain yes_or_no; ] Yes%
|
|
|
|
[ deallocate-on-exit yes_or_no; ] Obsolete+
|
2000-11-28 03:20:20 +00:00
|
|
|
[ dialup yes_or_no | notify | notify-passive |
|
|
|
|
refresh | passive; ] Yes&
|
2000-02-02 21:26:08 +00:00
|
|
|
[ fake-iquery yes_or_no; ] Obsolete-
|
2000-11-14 18:10:59 +00:00
|
|
|
[ fetch-glue yes_or_no; ] Obsolete
|
2000-02-02 21:26:08 +00:00
|
|
|
[ has-old-clients yes_or_no; ] Obsolete
|
|
|
|
[ host-statistics yes_or_no; ] No
|
|
|
|
[ multiple-cnames yes_or_no; ] Obsolete-
|
2000-11-20 21:56:22 +00:00
|
|
|
[ notify yes_or_no | explicit; ] Yes&
|
2000-02-02 21:26:08 +00:00
|
|
|
[ recursion yes_or_no; ] Yes
|
|
|
|
[ rfc2308-type1 yes_or_no; ] No
|
|
|
|
[ use-id-pool yes_or_no; ] Obsolete+
|
2000-12-02 00:25:42 +00:00
|
|
|
[ use-ixfr yes_or_no; ] Obsolete
|
2000-02-02 21:56:42 +00:00
|
|
|
[ treat-cr-as-space yes_or_no; ] Obsolete#
|
2000-05-22 23:55:25 +00:00
|
|
|
[ also-notify { ip_addr; [ ip_addr; ... ] }; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ forward ( only | first ); ] Yes
|
|
|
|
[ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ] Yes
|
2000-11-28 21:45:28 +00:00
|
|
|
[ check-names ... ] Obsolete
|
2000-12-13 00:15:39 +00:00
|
|
|
[ allow-notify { address_match_list }; ] Yes*
|
2000-02-02 21:26:08 +00:00
|
|
|
[ allow-query { address_match_list }; ] Yes@
|
|
|
|
[ allow-transfer { address_match_list }; ] Yes@
|
|
|
|
[ allow-recursion { address_match_list }; ] Yes@
|
2000-11-03 02:45:55 +00:00
|
|
|
[ blackhole { address_match_list }; ] Yes
|
2000-06-06 18:58:59 +00:00
|
|
|
[ listen-on [ port ip_port ] { address_match_list }; ] Yes@
|
|
|
|
[ listen-on-v6 [ port ip_port ] { address_match_list }; ] Yes*
|
2000-05-22 23:55:25 +00:00
|
|
|
[ query-source ... ] Yes
|
|
|
|
[ query-source-v6 ... ] Yes*
|
2000-11-08 03:53:16 +00:00
|
|
|
[ lame-ttl number; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ max-transfer-time-in number; ] Yes
|
|
|
|
[ max-transfer-idle-in number; ] Yes*
|
|
|
|
[ max-transfer-time-out number; ] Yes*
|
|
|
|
[ max-transfer-idle-out number; ] Yes*
|
2000-05-26 23:17:56 +00:00
|
|
|
[ max-cache-ttl number; ] Yes*
|
|
|
|
[ max-ncache-ttl number; ] Yes
|
2000-06-12 17:08:44 +00:00
|
|
|
[ max-cache-size size_spec; ] No*
|
2000-11-14 01:12:43 +00:00
|
|
|
[ min-roots number; ] Obsolete
|
|
|
|
[ serial-queries number; ] Obsolete
|
2001-03-19 22:34:14 +00:00
|
|
|
[ serial-query-rate number; ] Yes*
|
2001-03-16 18:18:57 +00:00
|
|
|
[ transfer-format ( one-answer | many-answers ); ] Yes%
|
2000-02-25 17:34:05 +00:00
|
|
|
[ transfers-in number; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ transfers-out number; ] Yes
|
2000-02-25 00:52:11 +00:00
|
|
|
[ transfers-per-ns number; ] Yes
|
2001-02-07 19:13:00 +00:00
|
|
|
[ transfer-source ...; ] Yes
|
|
|
|
[ transfer-source-v6 ...; ] Yes*
|
|
|
|
[ notify-source ...; ] Yes*
|
|
|
|
[ notify-source-v6 ...; ] Yes*
|
2000-03-20 19:42:21 +00:00
|
|
|
[ request-ixfr yes_or_no; ] Yes*
|
2000-03-20 21:49:56 +00:00
|
|
|
[ provide-ixfr yes_or_no; ] Yes*
|
|
|
|
[ maintain-ixfr-base yes_or_no; ] Obsolete
|
2000-11-14 01:12:43 +00:00
|
|
|
[ max-ixfr-log-size number; ] Obsolete
|
2000-11-28 21:43:37 +00:00
|
|
|
[ coresize size_spec ; ] Yes
|
|
|
|
[ datasize size_spec ; ] Yes
|
|
|
|
[ files size_spec ; ] Yes
|
|
|
|
[ stacksize size_spec ; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ cleaning-interval number; ] Yes
|
2000-11-14 01:12:43 +00:00
|
|
|
[ heartbeat-interval number; ] Yes
|
2000-02-16 19:58:39 +00:00
|
|
|
[ interface-interval number; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ statistics-interval number; ] No
|
|
|
|
[ topology { address_match_list }; ] No
|
2000-11-28 21:27:45 +00:00
|
|
|
[ sortlist { address_match_list }; ] Yes
|
2000-05-22 23:55:25 +00:00
|
|
|
[ rrset-order { order_spec ; [ order_spec ; ... ] }; ] No
|
2000-02-03 01:31:53 +00:00
|
|
|
[ recursive-clients number; ] Yes*
|
|
|
|
[ tcp-clients number; ] Yes*
|
2000-05-22 23:55:25 +00:00
|
|
|
[ tkey-domain ... ] Yes*
|
|
|
|
[ tkey-dhkey ... ] Yes*
|
2000-11-28 22:14:22 +00:00
|
|
|
[ min-refresh-time number ; ] Yes*
|
|
|
|
[ max-refresh-time number ; ] Yes*
|
|
|
|
[ min-retry-time number ; ] Yes*
|
|
|
|
[ max-retry-time number ; ] Yes*
|
2000-06-06 23:54:40 +00:00
|
|
|
[ port number; ] Yes*
|
2000-08-16 17:56:32 +00:00
|
|
|
[ sig-validity-interval number; ] Yes*
|
2000-11-28 22:14:22 +00:00
|
|
|
[ additional-from-auth yes_or_no; ] Yes*
|
2000-11-28 21:27:45 +00:00
|
|
|
[ additional-from-cache yes_or_no; ] Yes*
|
2001-01-11 23:52:34 +00:00
|
|
|
[ random-device path_name; ] Yes*
|
2001-03-14 22:14:38 +00:00
|
|
|
[ minimal-responses yes_or_no; ] Yes*
|
2000-02-02 21:26:08 +00:00
|
|
|
};
|
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
acl Yes@
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
include Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
|
|
|
|
key Yes
|
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
logging Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-07-12 15:55:10 +00:00
|
|
|
controls {
|
|
|
|
[ inet ... ] Yes%
|
|
|
|
[ unix ... ] Obsolete
|
|
|
|
};
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-02-24 21:47:46 +00:00
|
|
|
server ip_addr {
|
2000-11-04 02:20:58 +00:00
|
|
|
[ bogus yes_or_no; ] Yes
|
2000-03-20 19:42:21 +00:00
|
|
|
[ request-ixfr yes_or_no; ] Yes*
|
2000-03-20 21:49:56 +00:00
|
|
|
[ provide-ixfr yes_or_no; ] Yes*
|
2000-03-20 19:42:21 +00:00
|
|
|
[ support-ixfr yes_or_no; ] Obsolete
|
2001-03-06 23:54:37 +00:00
|
|
|
[ edns yes_or_no; ] Yes*
|
2000-02-25 00:52:11 +00:00
|
|
|
[ transfers number; ] Yes
|
2001-03-16 18:18:57 +00:00
|
|
|
[ transfer-format ( one-answer | many-answers ); ] Yes%
|
2000-05-22 23:55:25 +00:00
|
|
|
[ keys { key_id [key_id ... ] }; ] Yes
|
2000-02-24 21:47:46 +00:00
|
|
|
};
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-05-22 23:55:25 +00:00
|
|
|
trusted-keys Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
|
2000-08-01 01:33:37 +00:00
|
|
|
zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {
|
2000-05-22 23:55:25 +00:00
|
|
|
type master; Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
file path_name; Yes
|
2000-10-18 22:16:06 +00:00
|
|
|
[ forward ( only | first ); ] Yes
|
|
|
|
[ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] Yes
|
2000-11-28 21:45:28 +00:00
|
|
|
[ check-names ( warn | fail | ignore ); ] Obsolete
|
2000-02-02 21:26:08 +00:00
|
|
|
[ allow-update { address_match_list }; ] Yes@
|
2000-08-16 17:56:32 +00:00
|
|
|
[ update-policy ... ] Yes*
|
2000-02-02 21:26:08 +00:00
|
|
|
[ allow-query { address_match_list }; ] Yes@
|
|
|
|
[ allow-transfer { address_match_list }; ] Yes@
|
2001-02-07 19:13:00 +00:00
|
|
|
[ notify-source ...; ] Yes*
|
|
|
|
[ notify-source-v6 ...; ] Yes*
|
2000-11-28 03:20:20 +00:00
|
|
|
[ dialup yes_or_no | notify; ] Yes&
|
2000-02-10 00:55:50 +00:00
|
|
|
[ max-transfer-time-out number; ] Yes*
|
|
|
|
[ max-transfer-idle-out number; ] Yes*
|
2000-11-20 21:56:22 +00:00
|
|
|
[ notify yes_or_no | explicit; ] Yes&
|
|
|
|
[ also-notify { ip_addr; [ ip_addr; ... ] }; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ ixfr-base path_name; ] Obsolete
|
|
|
|
[ pubkey number number number string; ] No
|
2000-08-16 17:56:32 +00:00
|
|
|
[ sig-validity-interval number; ] Yes*
|
2000-11-20 21:49:16 +00:00
|
|
|
[ database string ; [string; ... ] ] Yes*
|
2000-11-28 22:44:10 +00:00
|
|
|
[ min-refresh-time number ; ] Yes*
|
|
|
|
[ max-refresh-time number ; ] Yes*
|
|
|
|
[ min-retry-time number ; ] Yes*
|
|
|
|
[ max-retry-time number ; ] Yes*
|
2000-02-02 21:26:08 +00:00
|
|
|
};
|
|
|
|
|
2000-08-01 01:33:37 +00:00
|
|
|
zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {
|
2000-02-02 21:26:08 +00:00
|
|
|
type slave; Yes
|
|
|
|
[ file path_name; ] Yes
|
|
|
|
[ ixfr-base path_name; ] Obsolete
|
|
|
|
masters [ port ip_port ] { ip_addr; [ ip_addr; ... ] }; Yes
|
2000-10-18 22:16:06 +00:00
|
|
|
[ forward ( only | first ); ] Yes
|
|
|
|
[ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] Yes
|
2000-11-28 21:45:28 +00:00
|
|
|
[ check-names ( warn | fail | ignore ); ] Obsolete
|
2000-12-13 00:15:39 +00:00
|
|
|
[ allow-notify { address_match_list };] Yes*
|
2001-03-05 23:44:59 +00:00
|
|
|
[ allow-update-forwarding { address_match_list }; ] Yes*
|
2000-02-10 00:55:50 +00:00
|
|
|
[ allow-query { address_match_list }; ] Yes@
|
|
|
|
[ allow-transfer { address_match_list }; ] Yes@
|
2001-02-07 19:13:00 +00:00
|
|
|
[ transfer-source ...; ] Yes
|
|
|
|
[ transfer-source-v6 ...; ] Yes*
|
|
|
|
[ notify-source ...; ] Yes*
|
|
|
|
[ notify-source-v6 ...; ] Yes*
|
2000-11-28 03:20:20 +00:00
|
|
|
[ dialup yes_or_no | notify | notify-passive |
|
2000-11-28 22:14:22 +00:00
|
|
|
refresh | passive; ] Yes&
|
2000-02-02 21:26:08 +00:00
|
|
|
[ max-transfer-time-in number; ] Yes
|
|
|
|
[ max-transfer-idle-in number; ] Yes*
|
|
|
|
[ max-transfer-time-out number; ] Yes*
|
|
|
|
[ max-transfer-idle-out number; ] Yes*
|
2000-11-20 21:56:22 +00:00
|
|
|
[ notify yes_or_no | explicit; ] Yes&
|
|
|
|
[ also-notify { ip_addr; [ ip_addr; ... ] }; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
[ pubkey number number number string; ] No
|
2000-11-28 22:44:10 +00:00
|
|
|
[ min-refresh-time number ; ] Yes*
|
|
|
|
[ max-refresh-time number ; ] Yes*
|
|
|
|
[ min-retry-time number ; ] Yes*
|
|
|
|
[ max-retry-time number ; ] Yes*
|
2000-02-02 21:26:08 +00:00
|
|
|
};
|
|
|
|
|
2000-08-29 21:50:45 +00:00
|
|
|
zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {
|
2001-01-16 20:44:26 +00:00
|
|
|
type stub; Yes$
|
2000-08-29 21:50:45 +00:00
|
|
|
[ file path_name; ] Yes
|
|
|
|
masters [ port ip_port ] { ip_addr; [ ip_addr; ... ] }; Yes
|
2000-10-18 22:16:06 +00:00
|
|
|
[ forward ( only | first ); ] Yes
|
|
|
|
[ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] Yes
|
2000-11-28 21:45:28 +00:00
|
|
|
[ check-names ( warn | fail | ignore ); ] Obsolete
|
2000-08-29 21:50:45 +00:00
|
|
|
[ allow-query { address_match_list }; ] Yes@
|
|
|
|
[ allow-transfer { address_match_list }; ] Yes@
|
2001-02-07 19:13:00 +00:00
|
|
|
[ transfer-source ...; ] Yes
|
|
|
|
[ transfer-source-v6 ...; ] Yes*
|
2000-11-28 03:20:20 +00:00
|
|
|
[ dialup yes_or_no | passive | refresh; ] Yes%
|
2000-08-29 21:50:45 +00:00
|
|
|
[ max-transfer-time-in number; ] Yes
|
|
|
|
[ max-transfer-idle-in number; ] Yes*
|
|
|
|
[ pubkey number number number string; ] No
|
2000-11-28 22:44:10 +00:00
|
|
|
[ min-refresh-time number ; ] Yes*
|
|
|
|
[ max-refresh-time number ; ] Yes*
|
|
|
|
[ min-retry-time number ; ] Yes*
|
|
|
|
[ max-retry-time number ; ] Yes*
|
2000-08-29 21:50:45 +00:00
|
|
|
};
|
|
|
|
|
2000-08-01 01:33:37 +00:00
|
|
|
zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {
|
2000-10-18 22:16:06 +00:00
|
|
|
type forward; Yes
|
|
|
|
[ forward ( only | first ); ] Yes
|
|
|
|
[ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] Yes
|
2000-02-02 21:26:08 +00:00
|
|
|
};
|
|
|
|
|
2000-08-01 01:33:37 +00:00
|
|
|
zone "." [ ( in | hs | hesiod | chaos ) ] {
|
2000-02-02 21:26:08 +00:00
|
|
|
type hint; Yes
|
|
|
|
file path_name; Yes
|
2000-11-28 21:45:28 +00:00
|
|
|
[ check-names ( warn | fail | ignore ); ] Obsolete
|
2000-02-02 21:26:08 +00:00
|
|
|
};
|
2000-05-22 23:55:25 +00:00
|
|
|
|
|
|
|
view "view_name" [ ( in | hs | hesiod | chaos ) ] { Yes*
|
|
|
|
match-clients { address_match_list }; Yes*
|
|
|
|
[ zone ... ] Yes
|
|
|
|
[ auth-nxdomain yes_or_no; ] Yes
|
2000-11-14 18:10:59 +00:00
|
|
|
[ fetch-glue yes_or_no; ] Obsolete
|
2000-11-20 21:56:22 +00:00
|
|
|
[ notify yes_or_no | explicit; ] Yes&
|
2000-05-22 23:55:25 +00:00
|
|
|
[ recursion yes_or_no; ] Yes
|
|
|
|
[ rfc2308-type1 yes_or_no; ] No
|
2000-06-01 00:48:13 +00:00
|
|
|
[ also-notify { ip_addr; [ ip_addr; ... ] }; ] Yes
|
2000-05-22 23:55:25 +00:00
|
|
|
[ forward ( only | first ); ] Yes
|
|
|
|
[ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ] Yes
|
2000-11-28 21:45:28 +00:00
|
|
|
[ check-names ... ] Obsolete
|
2000-12-13 00:15:39 +00:00
|
|
|
[ allow-notify { address_match_list }; ] Yes
|
2000-05-22 23:55:25 +00:00
|
|
|
[ allow-query { address_match_list }; ] Yes
|
|
|
|
[ allow-transfer { address_match_list }; ] Yes
|
|
|
|
[ allow-recursion { address_match_list }; ] Yes
|
|
|
|
[ query-source ... ] Yes
|
|
|
|
[ query-source-v6 ... ] Yes
|
2000-11-14 01:12:43 +00:00
|
|
|
[ lame-ttl number; ] Yes
|
2000-05-22 23:55:25 +00:00
|
|
|
[ max-transfer-time-out number; ] Yes*
|
|
|
|
[ max-transfer-idle-out number; ] Yes*
|
2000-05-26 23:17:56 +00:00
|
|
|
[ max-cache-ttl number; ] Yes*
|
|
|
|
[ max-ncache-ttl number; ] Yes
|
2000-06-12 17:08:44 +00:00
|
|
|
[ max-cache-size size_spec; ] No*
|
2000-11-14 01:12:43 +00:00
|
|
|
[ min-roots number; ] Obsolete
|
2001-03-16 18:18:57 +00:00
|
|
|
[ transfer-format ( one-answer | many-answers ); ] Yes%
|
2001-02-07 19:13:00 +00:00
|
|
|
[ transfer-source ...; ] Yes
|
|
|
|
[ transfer-source-v6 ...; ] Yes*
|
|
|
|
[ notify-source ...; ] Yes*
|
|
|
|
[ notify-source-v6 ...; ] Yes*
|
2000-05-22 23:55:25 +00:00
|
|
|
[ request-ixfr yes_or_no; ] Yes*
|
|
|
|
[ provide-ixfr yes_or_no;] Yes*
|
|
|
|
[ cleaning-interval number; ] Yes
|
|
|
|
[ topology { address_match_list }; ] No
|
2000-11-28 21:46:32 +00:00
|
|
|
[ sortlist { address_match_list }; ] Yes
|
2000-05-22 23:55:25 +00:00
|
|
|
[ rrset-order { order_spec ; [ order_spec ; ... ] }; ] No
|
2000-05-25 23:25:45 +00:00
|
|
|
[ key ... ] Yes
|
|
|
|
[ server ... ] Yes
|
2000-06-01 00:48:13 +00:00
|
|
|
[ trusted-keys ... ] Yes
|
2000-08-16 17:56:32 +00:00
|
|
|
[ sig-validity-interval number; ] Yes*
|
2000-11-28 22:44:10 +00:00
|
|
|
[ min-refresh-time number ; ] Yes*
|
|
|
|
[ max-refresh-time number ; ] Yes*
|
|
|
|
[ min-retry-time number ; ] Yes*
|
|
|
|
[ max-retry-time number ; ] Yes*
|
2001-03-14 22:14:38 +00:00
|
|
|
[ minimal-responses yes_or_no; ] Yes*
|
2000-05-22 23:55:25 +00:00
|
|
|
};
|