1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
now documented. [RT #2052]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
|
||||
now documented. [RT #2052]
|
||||
|
||||
1123. [bug] dig +[no]fail did not match description. [RT #2052]
|
||||
|
||||
1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: dig.docbook,v 1.9 2001/11/08 00:13:54 gson Exp $ -->
|
||||
<!-- $Id: dig.docbook,v 1.10 2001/11/14 06:34:24 marka Exp $ -->
|
||||
|
||||
<refentry>
|
||||
|
||||
@@ -420,7 +420,7 @@ An attempt to set <parameter>T</parameter> to less than 1 will result
|
||||
in a query timeout of 1 second being applied.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><option>+tries=A</option></term>
|
||||
<varlistentry><term><option>+tries=T</option></term>
|
||||
<listitem><para>
|
||||
Sets the number of times to try UDP queries to server to
|
||||
<parameter>T</parameter> instead of the default, 3. If
|
||||
@@ -428,7 +428,7 @@ Sets the number of times to try UDP queries to server to
|
||||
tries is silently rounded up to 1.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><option>+retry=A</option></term>
|
||||
<varlistentry><term><option>+retry=T</option></term>
|
||||
<listitem><para>
|
||||
Sets the number of times to retry UDP queries to server to
|
||||
<parameter>T</parameter> instead of the default, 2. Unlike
|
||||
@@ -466,6 +466,27 @@ of the <command>dig</command> output.
|
||||
</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><option>+[no]fail</option></term>
|
||||
<listitem><para>
|
||||
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.
|
||||
</para>
|
||||
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><option>+[no]besteffort</option></term>
|
||||
<listitem><para>
|
||||
Attempt to display the contents of messages which are malformed.
|
||||
The default is to not display malformed answers.
|
||||
</para>
|
||||
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><option>+[no]dnssec</option></term>
|
||||
<listitem><para>
|
||||
Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
|
||||
in the the OPT record in the additional section of the query.
|
||||
</para>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user