From 0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 14 Nov 2001 06:34:24 +0000 Subject: [PATCH] 1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail now documented. [RT #2052] --- CHANGES | 3 +++ bin/dig/dig.docbook | 27 ++++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7da6c9f04b..c851dfa2bc 100644 --- a/CHANGES +++ b/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. diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 39bf81d5c1..311a760219 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -420,7 +420,7 @@ An attempt to set T to less than 1 will result in a query timeout of 1 second being applied. - + Sets the number of times to try UDP queries to server to T 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. - + Sets the number of times to retry UDP queries to server to T instead of the default, 2. Unlike @@ -466,6 +466,27 @@ of the dig output. + + +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. + + + + + +Attempt to display the contents of messages which are malformed. +The default is to not display malformed answers. + + + + + +Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO) +in the the OPT record in the additional section of the query. + +