mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
regen
This commit is contained in:
parent
a03848252f
commit
8dcabaace1
@ -185,7 +185,7 @@ CLASS="FILENAME"
|
||||
>signedkey</TT
|
||||
> file from the zone's parent,
|
||||
the parent's signatures will be incorporated into the generated
|
||||
signed zone file. The security status of delegations from the the
|
||||
signed zone file. The security status of delegations from the
|
||||
signed zone (that is, whether the child zones are secure or not) is
|
||||
determined by the presence or absence of a
|
||||
<TT
|
||||
@ -592,4 +592,4 @@ NAME="AEN199"
|
||||
></DIV
|
||||
></BODY
|
||||
></HTML
|
||||
>
|
||||
>
|
||||
|
@ -196,6 +196,11 @@ statement is provided,
|
||||
\fBnsupdate\fR
|
||||
will attempt determine the correct zone to update based on the rest of the input.
|
||||
.TP
|
||||
\fBclass classname\fR
|
||||
Specify the default class.
|
||||
If no \fIclass\fR is specified the default class is
|
||||
\fIIN\fR.
|
||||
.TP
|
||||
\fBkey name secret\fR
|
||||
Specifies that all updates are to be TSIG signed using the
|
||||
\fIkeyname\fR \fIkeysecret\fR pair.
|
||||
@ -281,8 +286,11 @@ updates specified since the last send.
|
||||
.TP
|
||||
\fBsend\fR
|
||||
Sends the current message. This is equivalent to entering a blank line.
|
||||
.TP
|
||||
\fBanswer\fR
|
||||
Displays the answer.
|
||||
.PP
|
||||
Lines beginning with a semicolon are comments, and are ignored.
|
||||
Lines beginning with a semicolon are comments and are ignored.
|
||||
.SH "EXAMPLES"
|
||||
.PP
|
||||
The examples below show how
|
||||
@ -299,7 +307,7 @@ master name server for
|
||||
# nsupdate
|
||||
> update delete oldhost.example.com A
|
||||
> update add newhost.example.com 86400 A 172.16.1.1
|
||||
>
|
||||
> send
|
||||
.sp
|
||||
.fi
|
||||
.PP
|
||||
@ -315,7 +323,7 @@ The newly-added record has a 1 day TTL (86400 seconds)
|
||||
# nsupdate
|
||||
> prereq nxdomain nickname.example.com
|
||||
> update add nickname.example.com 86400 CNAME somehost.example.com
|
||||
>
|
||||
> send
|
||||
.sp
|
||||
.fi
|
||||
.PP
|
||||
|
@ -16,7 +16,7 @@
|
||||
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: nsupdate.docbook,v 1.16 2004/03/04 01:21:39 marka Exp $ -->
|
||||
<!-- $Id: nsupdate.docbook,v 1.17 2004/03/04 12:22:04 marka Exp $ -->
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
@ -497,9 +497,8 @@ Displays the answer.
|
||||
</variablelist>
|
||||
|
||||
<para>
|
||||
Lines beginning with a semicolon are comments, and are ignored.
|
||||
Lines beginning with a semicolon are comments and are ignored.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
@ -485,6 +485,29 @@ will attempt determine the correct zone to update based on the rest of the input
|
||||
><P
|
||||
><B
|
||||
CLASS="COMMAND"
|
||||
>class</B
|
||||
> {classname}</P
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
>Specify the default class.
|
||||
If no <TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>class</I
|
||||
></TT
|
||||
> is specified the default class is
|
||||
<TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>IN</I
|
||||
></TT
|
||||
>.</P
|
||||
></DD
|
||||
><DT
|
||||
><P
|
||||
><B
|
||||
CLASS="COMMAND"
|
||||
>key</B
|
||||
> {name} {secret}</P
|
||||
></DT
|
||||
@ -586,8 +609,7 @@ CLASS="PARAMETER"
|
||||
>class</I
|
||||
></TT
|
||||
>
|
||||
is omitted, IN (internet) is assumed.
|
||||
</P
|
||||
is omitted, IN (internet) is assumed.</P
|
||||
></DD
|
||||
><DT
|
||||
><P
|
||||
@ -797,16 +819,27 @@ CLASS="COMMAND"
|
||||
><P
|
||||
>Sends the current message. This is equivalent to entering a blank line.</P
|
||||
></DD
|
||||
><DT
|
||||
><P
|
||||
><B
|
||||
CLASS="COMMAND"
|
||||
>answer</B
|
||||
> </P
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
>Displays the answer.</P
|
||||
></DD
|
||||
></DL
|
||||
></DIV
|
||||
> </P
|
||||
><P
|
||||
>Lines beginning with a semicolon are comments, and are ignored.</P
|
||||
>Lines beginning with a semicolon are comments and are ignored.</P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN240"
|
||||
NAME="AEN255"
|
||||
></A
|
||||
><H2
|
||||
>EXAMPLES</H2
|
||||
@ -835,7 +868,7 @@ CLASS="PROGRAMLISTING"
|
||||
># nsupdate
|
||||
> update delete oldhost.example.com A
|
||||
> update add newhost.example.com 86400 A 172.16.1.1
|
||||
></PRE
|
||||
> send</PRE
|
||||
></P
|
||||
><P
|
||||
>Any A records for
|
||||
@ -856,7 +889,7 @@ CLASS="PROGRAMLISTING"
|
||||
># nsupdate
|
||||
> prereq nxdomain nickname.example.com
|
||||
> update add nickname.example.com 86400 CNAME somehost.example.com
|
||||
></PRE
|
||||
> send</PRE
|
||||
></P
|
||||
><P
|
||||
>The prerequisite condition gets the name server to check that there
|
||||
@ -877,7 +910,7 @@ RRSIG, DNSKEY and NSEC records.)</P
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN253"
|
||||
NAME="AEN268"
|
||||
></A
|
||||
><H2
|
||||
>FILES</H2
|
||||
@ -933,7 +966,7 @@ CLASS="REFENTRYTITLE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN277"
|
||||
NAME="AEN292"
|
||||
></A
|
||||
><H2
|
||||
>SEE ALSO</H2
|
||||
@ -1005,7 +1038,7 @@ CLASS="REFENTRYTITLE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN300"
|
||||
NAME="AEN315"
|
||||
></A
|
||||
><H2
|
||||
>BUGS</H2
|
||||
@ -1017,4 +1050,4 @@ releases.</P
|
||||
></DIV
|
||||
></BODY
|
||||
></HTML
|
||||
>
|
||||
>
|
||||
|
@ -26,6 +26,7 @@ options {
|
||||
named-xfer <quoted_string>; // obsolete
|
||||
pid-file ( <quoted_string> | none );
|
||||
port <integer>;
|
||||
querylog <boolean>;
|
||||
recursing-file <quoted_string>;
|
||||
random-device <quoted_string>;
|
||||
recursive-clients <integer>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user