2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

also-notify and trusted-keys are now supported in the view statement

This commit is contained in:
Andreas Gustafsson 2000-06-01 00:48:13 +00:00
parent 92a31c0f86
commit fea398993b

View File

@ -183,7 +183,7 @@ view "view_name" [ ( in | hs | hesiod | chaos ) ] { Yes*
[ notify yes_or_no; ] Yes [ notify yes_or_no; ] Yes
[ recursion yes_or_no; ] Yes [ recursion yes_or_no; ] Yes
[ rfc2308-type1 yes_or_no; ] No [ rfc2308-type1 yes_or_no; ] No
[ also-notify { ip_addr; [ ip_addr; ... ] }; ] No [ also-notify { ip_addr; [ ip_addr; ... ] }; ] Yes
[ forward ( only | first ); ] Yes [ forward ( only | first ); ] Yes
[ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ] Yes [ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ] Yes
[ check-names ... ] No [ check-names ... ] No
@ -209,5 +209,5 @@ view "view_name" [ ( in | hs | hesiod | chaos ) ] { Yes*
[ rrset-order { order_spec ; [ order_spec ; ... ] }; ] No [ rrset-order { order_spec ; [ order_spec ; ... ] }; ] No
[ key ... ] Yes [ key ... ] Yes
[ server ... ] Yes [ server ... ] Yes
[ trusted-keys ... ] No [ trusted-keys ... ] Yes
}; };