From 7b0e04569be433352668f773ac044e8fa0d20f22 Mon Sep 17 00:00:00 2001 From: James Brister Date: Tue, 2 Nov 1999 15:31:40 +0000 Subject: [PATCH] Added forward and forwarders to master, slave and stubs zone. --- doc/html/config/zone.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.
-Last Updated: $Id: zone.html,v 1.1 1999/08/31 17:24:51 brister Exp $ +Last Updated: $Id: zone.html,v 1.2 1999/11/02 15:31:40 brister Exp $