diff --git a/bin/named/named.conf.5 b/bin/named/named.conf.5 index fd1b91d0fa..515886dea0 100644 --- a/bin/named/named.conf.5 +++ b/bin/named/named.conf.5 @@ -12,7 +12,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: named.conf.5,v 1.6 2004/11/11 02:06:28 marka Exp $ +.\" $Id: named.conf.5,v 1.7 2005/01/13 04:52:20 marka Exp $ .\" .TH "NAMED.CONF" "5" "Aug 13, 2004" "BIND9" "" .SH NAME @@ -223,6 +223,7 @@ options { notify \fInotifytype\fR; notify-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; notify-source-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; + notify-delay \fIseconds\fR; also-notify [ port \fIinteger\fR ] { ( \fIipv4_address\fR | \fIipv6_address\fR ) [ port \fIinteger\fR ]; ... }; allow-notify { \fIaddress_match_element\fR; ... }; @@ -351,6 +352,7 @@ view \fIstring\fR \fIoptional_class\fR { notify \fInotifytype\fR; notify-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; notify-source-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; + notify-delay \fIseconds\fR; also-notify [ port \fIinteger\fR ] { ( \fIipv4_address\fR | \fIipv6_address\fR ) [ port \fIinteger\fR ]; ... }; allow-notify { \fIaddress_match_element\fR; ... }; @@ -427,6 +429,7 @@ zone \fIstring\fR \fIoptional_class\fR { notify \fInotifytype\fR; notify-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; notify-source-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; + notify-delay \fIseconds\fR; also-notify [ port \fIinteger\fR ] { ( \fIipv4_address\fR | \fIipv6_address\fR ) [ port \fIinteger\fR ]; ... }; allow-notify { \fIaddress_match_element\fR; ... }; diff --git a/bin/named/named.conf.html b/bin/named/named.conf.html index 7a79e849aa..ca85d57b26 100644 --- a/bin/named/named.conf.html +++ b/bin/named/named.conf.html @@ -14,7 +14,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + integer | * ) ];
+ notify-delay seconds;
also-notify [ port

VIEW

integer | * ) ];
+ notify-delay seconds;
also-notify [ port

ZONE

integer | * ) ];
+ notify-delay seconds;
also-notify [ port

FILES

SEE ALSO

| * ) [ port ( | * ) ]; also-notify [ port ] { ( | ) [ port ]; ... }; + notify-delay ; dialup ; forward ( first | only ); forwarders [ port ] { ( | ) @@ -191,6 +192,7 @@ view { | * ) ]; also-notify [ port ] { ( | ) [ port ]; ... }; + notify-delay ; dialup ; forward ( first | only ); forwarders [ port ] { ( | @@ -288,6 +290,7 @@ view { notify-source-v6 ( | * ) [ port ( | * ) ]; also-notify [ port ] { ( | ) [ port ]; ... }; + notify-delay ; dialup ; forward ( first | only ); forwarders [ port ] { ( | ) @@ -355,6 +358,7 @@ zone { notify-source-v6 ( | * ) [ port ( | * ) ]; also-notify [ port ] { ( | ) [ port ]; ... }; + notify-delay ; dialup ; forward ( first | only ); forwarders [ port ] { ( | )