diff --git a/doc/misc/options b/doc/misc/options index 6724a2524e..35a4c57b2c 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -1,7 +1,7 @@ Copyright (C) 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. -$Id: options,v 1.34 2000/08/16 17:56:32 gson Exp $ +$Id: options,v 1.35 2000/08/29 21:50:45 gson Exp $ This is a summary of the implementation status of the various named.conf options in BIND 9. @@ -149,10 +149,6 @@ zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { [ sig-validity-interval number; ] Yes* }; -zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { - type stub; No -}; - zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { type slave; Yes [ file path_name; ] Yes @@ -177,6 +173,27 @@ zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { [ pubkey number number number string; ] No }; +zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { + type stub; Yes + [ file path_name; ] Yes + 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* + [ pubkey number number number string; ] No +}; + zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { type forward; No };