diff --git a/doc/html/config/zone.html b/doc/html/config/zone.html index 68e33cbc7c..1b96062061 100644 --- a/doc/html/config/zone.html +++ b/doc/html/config/zone.html @@ -15,6 +15,8 @@ zone domain_name [ ( in | hs | hesiod | chaos ) ] { type master; file path_name; + [ forward ( only | first ); ] + [ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] [ check-names ( warn | fail | ignore ); ] [ allow-update { address_match_list }; ] [ allow-query { address_match_list }; ] @@ -31,6 +33,8 @@ zone domain_name [ ( in | hs | hesiod | cha [ file path_name; ] [ ixfr-base path_name; ] masters [ port ip_port ] { ip_addr; [ ip_addr; ... ] }; + [ forward ( only | first ); ] + [ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] [ check-names ( warn | fail | ignore ); ] [ allow-update { address_match_list }; ] [ allow-query { address_match_list }; ] @@ -48,6 +52,8 @@ zone domain_name [ ( in | hs | hesiod | cha type stub; [ file path_name; ] masters [ port ip_port ] { ip_addr; [ ip_addr; ... ] }; + [ forward ( only | first ); ] + [ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] [ check-names ( warn | fail | ignore ); ] [ allow-update { address_match_list }; ] [ allow-query { address_match_list }; ] @@ -251,7 +257,7 @@ string representing the key.