Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ab874d16
Commit
ab874d16
authored
May 08, 2007
by
Mark Andrews
Browse files
notify-delay documentation
parent
bea931e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/arm/Bv9ARM-book.xml
View file @
ab874d16
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- File: $Id: Bv9ARM-book.xml,v 1.32
0
2007/05/08 0
0
:1
9:55
marka Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.32
1
2007/05/08 0
7
:1
4:42
marka Exp $ -->
<book
xmlns:xi=
"http://www.w3.org/2001/XInclude"
>
<title>
BIND 9 Administrator Reference Manual
</title>
...
...
@@ -4472,6 +4472,7 @@ category notify { null; };
<optional>
alt-transfer-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
use-alt-transfer-source
<replaceable>
yes_or_no
</replaceable>
;
</optional>
<optional>
notify-delay
<replaceable>
seconds
</replaceable>
;
</optional>
<optional>
notify-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
notify-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
also-notify {
<replaceable>
ip_addr
</replaceable>
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
<optional>
<replaceable>
ip_addr
</replaceable>
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
; ...
</optional>
};
</optional>
...
...
@@ -7301,6 +7302,16 @@ query-source-v6 address * port *;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>
notify-delay
</command></term>
<listitem>
<para>
The delay, in seconds, between sending sets of notify
messages for a zone. The default is zero.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
...
...
@@ -8178,6 +8189,7 @@ view "external" {
<optional>
max-transfer-idle-out
<replaceable>
number
</replaceable>
;
</optional>
<optional>
max-transfer-time-out
<replaceable>
number
</replaceable>
;
</optional>
<optional>
notify
<replaceable>
yes_or_no
</replaceable>
|
<replaceable>
explicit
</replaceable>
|
<replaceable>
master-only
</replaceable>
;
</optional>
<optional>
notify-delay
<replaceable>
seconds
</replaceable>
;
</optional>
<optional>
pubkey
<replaceable>
number
</replaceable>
<replaceable>
number
</replaceable>
<replaceable>
number
</replaceable>
<replaceable>
string
</replaceable>
;
</optional>
<optional>
notify-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
notify-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment