summaryrefslogtreecommitdiffstats
path: root/contrib/bind/doc/man/named-xfer.8
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/doc/man/named-xfer.8')
-rw-r--r--contrib/bind/doc/man/named-xfer.829
1 files changed, 28 insertions, 1 deletions
diff --git a/contrib/bind/doc/man/named-xfer.8 b/contrib/bind/doc/man/named-xfer.8
index 7d73b0f..05ccb5a 100644
--- a/contrib/bind/doc/man/named-xfer.8
+++ b/contrib/bind/doc/man/named-xfer.8
@@ -61,7 +61,7 @@
.\" THE SOFTWARE IS PROVIDED "AS IS" AND CHECK POINT SOFTWARE TECHNOLOGIES
.\" INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
.\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
-.\" IN NO EVENT SHALL CHECK POINT SOFTWARE TECHNOLOGIES INCORPRATED
+.\" IN NO EVENT SHALL CHECK POINT SOFTWARE TECHNOLOGIES INCORPORATED
.\" BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR
.\" ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
@@ -87,7 +87,11 @@
.Op Fl i Ar ixfr_file
.Op Fl t Ar trace_file
.Op Fl p Ar port#
+.Op Fl C Ar class
.Op Fl S
+.Op Fl q
+.Op Fl x Ar src_address
+.Op Fl T Ar tsig_file
.Ar nameserver
.Op Sy axfr | ixfr
.Sh DESCRIPTION
@@ -144,6 +148,9 @@ as returned by
.Xr getservbyname @LIB_NETWORK_EXT@
for the service
.Dq Li domain .
+.It Fl C Ar class
+Defines which class to use.
+Defaults to 'IN'.
.It Fl S
Perform a restricted transfer of only the SOA, NS records and glue A records
for the zone. The SOA record will not be loaded by
@@ -154,6 +161,26 @@ determine when to verify the NS records. See the
directive in
.Xr @INDOT@named @SYS_OPS_EXT@
for more information.
+.It Fl q
+Tells @INDOT@named-xfer to be quiet.
+.It Fl x Ar src_address
+Specifies the source address to use for this query.
+.It Fl T Ar tsig_file
+Specifies a file to transfer TSIG information to @INDOT@named-xfer.
+Multiple entries of the following format:
+.Pp
+.Bl -hang -width "IP address" -compact
+.It IP address
+When connecting to this address use this TSIG key.
+.It key name
+.It algorithm
+157 (HMAC-MD5) is the only algorithm supported.
+.It key data
+base64
+.El
+.Pp
+@INDOT@named-xfer expects this file to be temporary in nature and
+will explicitly delete this file after its use.
.El
.Pp
Additional arguments are taken as name server addresses in so-called
OpenPOWER on IntegriCloud