mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[2005] about omittable "IN" default.
This commit is contained in:
@@ -2070,7 +2070,8 @@ what is XfroutClient xfr_client??
|
|||||||
<term>class</term>
|
<term>class</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>The RR class of the zone
|
<simpara>The RR class of the zone
|
||||||
(normally <quote>IN</quote>)</simpara>
|
(normally <quote>IN</quote>, and in that case
|
||||||
|
can be omitted in configuration)</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@@ -2096,10 +2097,10 @@ what is XfroutClient xfr_client??
|
|||||||
> <userinput>config add DDNS/zones</userinput>
|
> <userinput>config add DDNS/zones</userinput>
|
||||||
> <userinput>config set DDNS/zones[0]/origin example.org</userinput>
|
> <userinput>config set DDNS/zones[0]/origin example.org</userinput>
|
||||||
> <userinput>config set DDNS/zones[0]/class IN</userinput>
|
> <userinput>config set DDNS/zones[0]/class IN</userinput>
|
||||||
|
(Note: "class" can be omitted)
|
||||||
> <userinput>config add DDNS/zones[0]/update_acl {"action": "ACCEPT", "key": "key.example.org"}</userinput>
|
> <userinput>config add DDNS/zones[0]/update_acl {"action": "ACCEPT", "key": "key.example.org"}</userinput>
|
||||||
> <userinput>config commit</userinput>
|
> <userinput>config commit</userinput>
|
||||||
</screen>
|
</screen>
|
||||||
(The <quote>class</quote> can be omitted).
|
|
||||||
The TSIG key must be configured system wide
|
The TSIG key must be configured system wide
|
||||||
(see <xref linkend="xfrout"/>.)
|
(see <xref linkend="xfrout"/>.)
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user