mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
document zone "type" in the ARM
This is for ticket #39577 It only added two sentences so didn't update changelog.
This commit is contained in:
parent
8cca6950a8
commit
1ee220eaed
1 changed files with 12 additions and 0 deletions
|
|
@ -11377,6 +11377,18 @@ zone <replaceable>zone_name</replaceable> <optional><replaceable>class</replacea
|
|||
<title><command>zone</command> Statement Definition and Usage</title>
|
||||
<sect3>
|
||||
<title>Zone Types</title>
|
||||
|
||||
<para>
|
||||
The <command>type</command> keyword is required
|
||||
for the <command>zone</command> configuration unless
|
||||
it is an <command>in-view</command> configuration. Its
|
||||
acceptable values include: <varname>delegation-only</varname>,
|
||||
<varname>forward</varname>, <varname>hint</varname>,
|
||||
<varname>master</varname>, <varname>redirect</varname>,
|
||||
<varname>slave</varname>, <varname>static-stub</varname>,
|
||||
and <varname>stub</varname>.
|
||||
</para>
|
||||
|
||||
<informaltable colsep="0" rowsep="0">
|
||||
<tgroup cols="2" colsep="0" rowsep="0" tgroupstyle="3Level-table">
|
||||
<!--colspec colname="1" colnum="1" colsep="0" colwidth="1.108in"/-->
|
||||
|
|
|
|||
Loading…
Reference in a new issue