mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
regenerated
This commit is contained in:
parent
cd801a4ed8
commit
5c898d95dc
@ -278,13 +278,13 @@ Sets the timeout for a query to
|
||||
An attempt to set \fIT\fR to less than 1 will result
|
||||
in a query timeout of 1 second being applied.
|
||||
.TP
|
||||
\fB+tries=A\fR
|
||||
\fB+tries=T\fR
|
||||
Sets the number of times to try UDP queries to server to
|
||||
\fIT\fR instead of the default, 3. If
|
||||
\fIT\fR is less than or equal to zero, the number of
|
||||
tries is silently rounded up to 1.
|
||||
.TP
|
||||
\fB+retry=A\fR
|
||||
\fB+retry=T\fR
|
||||
Sets the number of times to retry UDP queries to server to
|
||||
\fIT\fR instead of the default, 2. Unlike
|
||||
\fI+tries\fR, this does not include the initial
|
||||
@ -311,6 +311,19 @@ Print records like the SOA records in a verbose multi-line
|
||||
format with human-readable comments. The default is to print
|
||||
each record on a single line, to facilitate machine parsing
|
||||
of the \fBdig\fR output.
|
||||
.TP
|
||||
\fB+[no]fail\fR
|
||||
Do not try the next server if you receive a SERVFAIL. The default is
|
||||
to not try the next server which is the reverse of normal stub resolver
|
||||
behaviour.
|
||||
.TP
|
||||
\fB+[no]besteffort\fR
|
||||
Attempt to display the contents of messages which are malformed.
|
||||
The default is to not display malformed answers.
|
||||
.TP
|
||||
\fB+[no]dnssec\fR
|
||||
Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
|
||||
in the the OPT record in the additional section of the query.
|
||||
.SH "MULTIPLE QUERIES"
|
||||
.PP
|
||||
The BIND 9 implementation of \fBdig \fR supports
|
||||
|
@ -880,7 +880,7 @@ in a query timeout of 1 second being applied.</P
|
||||
><DT
|
||||
><TT
|
||||
CLASS="OPTION"
|
||||
>+tries=A</TT
|
||||
>+tries=T</TT
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
@ -902,7 +902,7 @@ tries is silently rounded up to 1.</P
|
||||
><DT
|
||||
><TT
|
||||
CLASS="OPTION"
|
||||
>+retry=A</TT
|
||||
>+retry=T</TT
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
@ -991,6 +991,37 @@ CLASS="COMMAND"
|
||||
>dig</B
|
||||
> output.</P
|
||||
></DD
|
||||
><DT
|
||||
><TT
|
||||
CLASS="OPTION"
|
||||
>+[no]fail</TT
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
>Do not try the next server if you receive a SERVFAIL. The default is
|
||||
to not try the next server which is the reverse of normal stub resolver
|
||||
behaviour.</P
|
||||
></DD
|
||||
><DT
|
||||
><TT
|
||||
CLASS="OPTION"
|
||||
>+[no]besteffort</TT
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
>Attempt to display the contents of messages which are malformed.
|
||||
The default is to not display malformed answers.</P
|
||||
></DD
|
||||
><DT
|
||||
><TT
|
||||
CLASS="OPTION"
|
||||
>+[no]dnssec</TT
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
>Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
|
||||
in the the OPT record in the additional section of the query.</P
|
||||
></DD
|
||||
></DL
|
||||
></DIV
|
||||
> </P
|
||||
@ -998,7 +1029,7 @@ CLASS="COMMAND"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN330"
|
||||
NAME="AEN345"
|
||||
></A
|
||||
><H2
|
||||
>MULTIPLE QUERIES</H2
|
||||
@ -1082,7 +1113,7 @@ CLASS="LITERAL"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN348"
|
||||
NAME="AEN363"
|
||||
></A
|
||||
><H2
|
||||
>FILES</H2
|
||||
@ -1100,7 +1131,7 @@ CLASS="FILENAME"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN354"
|
||||
NAME="AEN369"
|
||||
></A
|
||||
><H2
|
||||
>SEE ALSO</H2
|
||||
@ -1134,7 +1165,7 @@ CLASS="CITETITLE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN367"
|
||||
NAME="AEN382"
|
||||
></A
|
||||
><H2
|
||||
>BUGS </H2
|
||||
|
Loading…
x
Reference in New Issue
Block a user