118 lines
3.6 KiB
Diff
118 lines
3.6 KiB
Diff
--- bin/nsupdate/nsupdate.8
|
|
+++ bin/nsupdate/nsupdate.8 2006/08/04 07:54:15
|
|
@@ -128,7 +128,7 @@
|
|
.PP
|
|
The command formats and their meaning are as follows:
|
|
.TP 3n
|
|
-.HP 7 \fBserver\fR {servername} [port]
|
|
+\fBserver\fR {servername} [port]
|
|
Sends all dynamic update requests to the name server
|
|
\fIservername\fR. When no server statement is provided,
|
|
\fBnsupdate\fR
|
|
@@ -138,7 +138,7 @@
|
|
\fIservername\fR
|
|
where the dynamic update requests get sent. If no port number is specified, the default DNS port number of 53 is used.
|
|
.TP 3n
|
|
-.HP 6 \fBlocal\fR {address} [port]
|
|
+\fBlocal\fR {address} [port]
|
|
Sends all dynamic update requests using the local
|
|
\fIaddress\fR. When no local statement is provided,
|
|
\fBnsupdate\fR
|
|
@@ -146,7 +146,7 @@
|
|
\fIport\fR
|
|
can additionally be used to make requests come from a specific port. If no port number is specified, the system will assign one.
|
|
.TP 3n
|
|
-.HP 5 \fBzone\fR {zonename}
|
|
+\fBzone\fR {zonename}
|
|
Specifies that all updates are to be made to the zone
|
|
\fIzonename\fR. If no
|
|
\fIzone\fR
|
|
@@ -154,13 +154,13 @@
|
|
\fBnsupdate\fR
|
|
will attempt determine the correct zone to update based on the rest of the input.
|
|
.TP 3n
|
|
-.HP 6 \fBclass\fR {classname}
|
|
+\fBclass\fR {classname}
|
|
Specify the default class. If no
|
|
\fIclass\fR
|
|
is specified the default class is
|
|
\fIIN\fR.
|
|
.TP 3n
|
|
-.HP 4 \fBkey\fR {name} {secret}
|
|
+\fBkey\fR {name} {secret}
|
|
Specifies that all updates are to be TSIG signed using the
|
|
\fIkeyname\fR
|
|
\fIkeysecret\fR
|
|
@@ -171,16 +171,16 @@
|
|
or
|
|
\fB\-k\fR.
|
|
.TP 3n
|
|
-.HP 16 \fBprereq nxdomain\fR {domain\-name}
|
|
+\fBprereq nxdomain\fR {domain\-name}
|
|
Requires that no resource record of any type exists with name
|
|
\fIdomain\-name\fR.
|
|
.TP 3n
|
|
-.HP 16 \fBprereq yxdomain\fR {domain\-name}
|
|
+\fBprereq yxdomain\fR {domain\-name}
|
|
Requires that
|
|
\fIdomain\-name\fR
|
|
exists (has as at least one resource record, of any type).
|
|
.TP 3n
|
|
-.HP 15 \fBprereq nxrrset\fR {domain\-name} [class] {type}
|
|
+\fBprereq nxrrset\fR {domain\-name} [class] {type}
|
|
Requires that no resource record exists of the specified
|
|
\fItype\fR,
|
|
\fIclass\fR
|
|
@@ -189,7 +189,7 @@
|
|
\fIclass\fR
|
|
is omitted, IN (internet) is assumed.
|
|
.TP 3n
|
|
-.HP 15 \fBprereq yxrrset\fR {domain\-name} [class] {type}
|
|
+\fBprereq yxrrset\fR {domain\-name} [class] {type}
|
|
This requires that a resource record of the specified
|
|
\fItype\fR,
|
|
\fIclass\fR
|
|
@@ -199,7 +199,7 @@
|
|
\fIclass\fR
|
|
is omitted, IN (internet) is assumed.
|
|
.TP 3n
|
|
-.HP 15 \fBprereq yxrrset\fR {domain\-name} [class] {type} {data...}
|
|
+\fBprereq yxrrset\fR {domain\-name} [class] {type} {data...}
|
|
The
|
|
\fIdata\fR
|
|
from each set of prerequisites of this form sharing a common
|
|
@@ -213,7 +213,7 @@
|
|
\fIdata\fR
|
|
are written in the standard text representation of the resource record's RDATA.
|
|
.TP 3n
|
|
-.HP 14 \fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]]
|
|
+\fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]]
|
|
Deletes any resource records named
|
|
\fIdomain\-name\fR. If
|
|
\fItype\fR
|
|
@@ -225,20 +225,20 @@
|
|
\fIttl\fR
|
|
is ignored, and is only allowed for compatibility.
|
|
.TP 3n
|
|
-.HP 11 \fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...}
|
|
+\fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...}
|
|
Adds a new resource record with the specified
|
|
\fIttl\fR,
|
|
\fIclass\fR
|
|
and
|
|
\fIdata\fR.
|
|
.TP 3n
|
|
-.HP 5 \fBshow\fR
|
|
+\fBshow\fR
|
|
Displays the current message, containing all of the prerequisites and updates specified since the last send.
|
|
.TP 3n
|
|
-.HP 5 \fBsend\fR
|
|
+\fBsend\fR
|
|
Sends the current message. This is equivalent to entering a blank line.
|
|
.TP 3n
|
|
-.HP 7 \fBanswer\fR
|
|
+\fBanswer\fR
|
|
Displays the answer.
|
|
.PP
|
|
Lines beginning with a semicolon are comments and are ignored.
|