]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/doc/arm/man.dig.html
MFC r254651:
[FreeBSD/stable/9.git] / contrib / bind9 / doc / arm / man.dig.html
1 <!--
2  - Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
5  - Permission to use, copy, modify, and/or distribute this software for any
6  - purpose with or without fee is hereby granted, provided that the above
7  - copyright notice and this permission notice appear in all copies.
8  - 
9  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15  - PERFORMANCE OF THIS SOFTWARE.
16 -->
17 <!-- $Id$ -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>dig</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
24 <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
25 <link rel="prev" href="Bv9ARM.ch10.html" title="Manual pages">
26 <link rel="next" href="man.host.html" title="host">
27 </head>
28 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
29 <div class="navheader">
30 <table width="100%" summary="Navigation header">
31 <tr><th colspan="3" align="center">dig</th></tr>
32 <tr>
33 <td width="20%" align="left">
34 <a accesskey="p" href="Bv9ARM.ch10.html">Prev</a> </td>
35 <th width="60%" align="center">Manual pages</th>
36 <td width="20%" align="right"> <a accesskey="n" href="man.host.html">Next</a>
37 </td>
38 </tr>
39 </table>
40 <hr>
41 </div>
42 <div class="refentry" lang="en">
43 <a name="man.dig"></a><div class="titlepage"></div>
44 <div class="refnamediv">
45 <h2>Name</h2>
46 <p>dig &#8212; DNS lookup utility</p>
47 </div>
48 <div class="refsynopsisdiv">
49 <h2>Synopsis</h2>
50 <div class="cmdsynopsis"><p><code class="command">dig</code>  [@server] [<code class="option">-b <em class="replaceable"><code>address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-k <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-m</code>] [<code class="option">-p <em class="replaceable"><code>port#</code></em></code>] [<code class="option">-q <em class="replaceable"><code>name</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-x <em class="replaceable"><code>addr</code></em></code>] [<code class="option">-y <em class="replaceable"><code>[<span class="optional">hmac:</span>]name:key</code></em></code>] [<code class="option">-4</code>] [<code class="option">-6</code>] [name] [type] [class] [queryopt...]</p></div>
51 <div class="cmdsynopsis"><p><code class="command">dig</code>  [<code class="option">-h</code>]</p></div>
52 <div class="cmdsynopsis"><p><code class="command">dig</code>  [global-queryopt...] [query...]</p></div>
53 </div>
54 <div class="refsect1" lang="en">
55 <a name="id2611368"></a><h2>DESCRIPTION</h2>
56 <p><span><strong class="command">dig</strong></span>
57       (domain information groper) is a flexible tool
58       for interrogating DNS name servers.  It performs DNS lookups and
59       displays the answers that are returned from the name server(s) that
60       were queried.  Most DNS administrators use <span><strong class="command">dig</strong></span> to
61       troubleshoot DNS problems because of its flexibility, ease of use and
62       clarity of output.  Other lookup tools tend to have less functionality
63       than <span><strong class="command">dig</strong></span>.
64     </p>
65 <p>
66       Although <span><strong class="command">dig</strong></span> is normally used with
67       command-line
68       arguments, it also has a batch mode of operation for reading lookup
69       requests from a file.  A brief summary of its command-line arguments
70       and options is printed when the <code class="option">-h</code> option is given.
71       Unlike earlier versions, the BIND 9 implementation of
72       <span><strong class="command">dig</strong></span> allows multiple lookups to be issued
73       from the
74       command line.
75     </p>
76 <p>
77       Unless it is told to query a specific name server,
78       <span><strong class="command">dig</strong></span> will try each of the servers listed in
79       <code class="filename">/etc/resolv.conf</code>. If no usable server addreses
80       are found, <span><strong class="command">dig</strong></span> will send the query to the local
81       host.
82     </p>
83 <p>
84       When no command line arguments or options are given,
85       <span><strong class="command">dig</strong></span> will perform an NS query for "." (the root).
86     </p>
87 <p>
88       It is possible to set per-user defaults for <span><strong class="command">dig</strong></span> via
89       <code class="filename">${HOME}/.digrc</code>.  This file is read and
90       any options in it
91       are applied before the command line arguments.
92     </p>
93 <p>
94       The IN and CH class names overlap with the IN and CH top level
95       domains names.  Either use the <code class="option">-t</code> and
96       <code class="option">-c</code> options to specify the type and class, 
97       use the <code class="option">-q</code> the specify the domain name, or
98       use "IN." and "CH." when looking up these top level domains.
99     </p>
100 </div>
101 <div class="refsect1" lang="en">
102 <a name="id2611470"></a><h2>SIMPLE USAGE</h2>
103 <p>
104       A typical invocation of <span><strong class="command">dig</strong></span> looks like:
105       </p>
106 <pre class="programlisting"> dig @server name type </pre>
107 <p>
108       where:
109
110       </p>
111 <div class="variablelist"><dl>
112 <dt><span class="term"><code class="constant">server</code></span></dt>
113 <dd>
114 <p>
115               is the name or IP address of the name server to query.  This
116               can be an IPv4 address in dotted-decimal notation or an IPv6
117               address in colon-delimited notation.  When the supplied
118               <em class="parameter"><code>server</code></em> argument is a hostname,
119               <span><strong class="command">dig</strong></span> resolves that name before querying
120               that name server.
121             </p>
122 <p>
123               If no <em class="parameter"><code>server</code></em> argument is
124               provided, <span><strong class="command">dig</strong></span> consults
125               <code class="filename">/etc/resolv.conf</code>; if an
126               address is found there, it queries the name server at
127               that address. If either of the <code class="option">-4</code> or
128               <code class="option">-6</code> options are in use, then
129               only addresses for the corresponding transport
130               will be tried.  If no usable addresses are found,
131               <span><strong class="command">dig</strong></span> will send the query to the
132               local host.  The reply from the name server that
133               responds is displayed.
134             </p>
135 </dd>
136 <dt><span class="term"><code class="constant">name</code></span></dt>
137 <dd><p>
138               is the name of the resource record that is to be looked up.
139             </p></dd>
140 <dt><span class="term"><code class="constant">type</code></span></dt>
141 <dd><p>
142               indicates what type of query is required &#8212;
143               ANY, A, MX, SIG, etc.
144               <em class="parameter"><code>type</code></em> can be any valid query
145               type.  If no
146               <em class="parameter"><code>type</code></em> argument is supplied,
147               <span><strong class="command">dig</strong></span> will perform a lookup for an
148               A record.
149             </p></dd>
150 </dl></div>
151 <p>
152     </p>
153 </div>
154 <div class="refsect1" lang="en">
155 <a name="id2611596"></a><h2>OPTIONS</h2>
156 <p>
157       The <code class="option">-b</code> option sets the source IP address of the query
158       to <em class="parameter"><code>address</code></em>.  This must be a valid
159       address on
160       one of the host's network interfaces or "0.0.0.0" or "::".  An optional
161       port
162       may be specified by appending "#&lt;port&gt;"
163     </p>
164 <p>
165       The default query class (IN for internet) is overridden by the
166       <code class="option">-c</code> option.  <em class="parameter"><code>class</code></em> is
167       any valid
168       class, such as HS for Hesiod records or CH for Chaosnet records.
169     </p>
170 <p>
171       The <code class="option">-f</code> option makes <span><strong class="command">dig </strong></span>
172       operate
173       in batch mode by reading a list of lookup requests to process from the
174       file <em class="parameter"><code>filename</code></em>.  The file contains a
175       number of
176       queries, one per line.  Each entry in the file should be organized in
177       the same way they would be presented as queries to
178       <span><strong class="command">dig</strong></span> using the command-line interface.
179     </p>
180 <p>
181       The <code class="option">-m</code> option enables memory usage debugging.
182       
183     </p>
184 <p>
185       If a non-standard port number is to be queried, the
186       <code class="option">-p</code> option is used.  <em class="parameter"><code>port#</code></em> is
187       the port number that <span><strong class="command">dig</strong></span> will send its
188       queries
189       instead of the standard DNS port number 53.  This option would be used
190       to test a name server that has been configured to listen for queries
191       on a non-standard port number.
192     </p>
193 <p>
194       The <code class="option">-4</code> option forces <span><strong class="command">dig</strong></span>
195       to only
196       use IPv4 query transport.  The <code class="option">-6</code> option forces
197       <span><strong class="command">dig</strong></span> to only use IPv6 query transport.
198     </p>
199 <p>
200       The <code class="option">-t</code> option sets the query type to
201       <em class="parameter"><code>type</code></em>.  It can be any valid query type
202       which is
203       supported in BIND 9.  The default query type is "A", unless the
204       <code class="option">-x</code> option is supplied to indicate a reverse lookup.
205       A zone transfer can be requested by specifying a type of AXFR.  When
206       an incremental zone transfer (IXFR) is required,
207       <em class="parameter"><code>type</code></em> is set to <code class="literal">ixfr=N</code>.
208       The incremental zone transfer will contain the changes made to the zone
209       since the serial number in the zone's SOA record was
210       <em class="parameter"><code>N</code></em>.
211     </p>
212 <p>
213       The <code class="option">-q</code> option sets the query name to 
214       <em class="parameter"><code>name</code></em>.  This useful do distinguish the
215       <em class="parameter"><code>name</code></em> from other arguments.
216     </p>
217 <p>
218       Reverse lookups &#8212; mapping addresses to names &#8212; are simplified by the
219       <code class="option">-x</code> option.  <em class="parameter"><code>addr</code></em> is
220       an IPv4
221       address in dotted-decimal notation, or a colon-delimited IPv6 address.
222       When this option is used, there is no need to provide the
223       <em class="parameter"><code>name</code></em>, <em class="parameter"><code>class</code></em> and
224       <em class="parameter"><code>type</code></em> arguments.  <span><strong class="command">dig</strong></span>
225       automatically performs a lookup for a name like
226       <code class="literal">11.12.13.10.in-addr.arpa</code> and sets the
227       query type and
228       class to PTR and IN respectively.  By default, IPv6 addresses are
229       looked up using nibble format under the IP6.ARPA domain.
230       To use the older RFC1886 method using the IP6.INT domain
231       specify the <code class="option">-i</code> option.  Bit string labels (RFC2874)
232       are now experimental and are not attempted.
233     </p>
234 <p>
235       To sign the DNS queries sent by <span><strong class="command">dig</strong></span> and
236       their
237       responses using transaction signatures (TSIG), specify a TSIG key file
238       using the <code class="option">-k</code> option.  You can also specify the TSIG
239       key itself on the command line using the <code class="option">-y</code> option;
240       <em class="parameter"><code>hmac</code></em> is the type of the TSIG, default HMAC-MD5,
241       <em class="parameter"><code>name</code></em> is the name of the TSIG key and
242       <em class="parameter"><code>key</code></em> is the actual key.  The key is a
243       base-64
244       encoded string, typically generated by
245       <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>.
246
247       Caution should be taken when using the <code class="option">-y</code> option on
248       multi-user systems as the key can be visible in the output from
249       <span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span>
250       or in the shell's history file.  When
251       using TSIG authentication with <span><strong class="command">dig</strong></span>, the name
252       server that is queried needs to know the key and algorithm that is
253       being used.  In BIND, this is done by providing appropriate
254       <span><strong class="command">key</strong></span> and <span><strong class="command">server</strong></span> statements in
255       <code class="filename">named.conf</code>.
256     </p>
257 </div>
258 <div class="refsect1" lang="en">
259 <a name="id2664641"></a><h2>QUERY OPTIONS</h2>
260 <p><span><strong class="command">dig</strong></span>
261       provides a number of query options which affect
262       the way in which lookups are made and the results displayed.  Some of
263       these set or reset flag bits in the query header, some determine which
264       sections of the answer get printed, and others determine the timeout
265       and retry strategies.
266     </p>
267 <p>
268       Each query option is identified by a keyword preceded by a plus sign
269       (<code class="literal">+</code>).  Some keywords set or reset an
270       option.  These may be preceded
271       by the string <code class="literal">no</code> to negate the meaning of
272       that keyword.  Other
273       keywords assign values to options like the timeout interval.  They
274       have the form <code class="option">+keyword=value</code>.
275       The query options are:
276
277       </p>
278 <div class="variablelist"><dl>
279 <dt><span class="term"><code class="option">+[no]tcp</code></span></dt>
280 <dd><p>
281               Use [do not use] TCP when querying name servers.  The default
282               behavior is to use UDP unless an AXFR or IXFR query is
283               requested, in
284               which case a TCP connection is used.
285             </p></dd>
286 <dt><span class="term"><code class="option">+[no]vc</code></span></dt>
287 <dd><p>
288               Use [do not use] TCP when querying name servers.  This alternate
289               syntax to <em class="parameter"><code>+[no]tcp</code></em> is
290               provided for backwards
291               compatibility.  The "vc" stands for "virtual circuit".
292             </p></dd>
293 <dt><span class="term"><code class="option">+[no]ignore</code></span></dt>
294 <dd><p>
295               Ignore truncation in UDP responses instead of retrying with TCP.
296                By
297               default, TCP retries are performed.
298             </p></dd>
299 <dt><span class="term"><code class="option">+domain=somename</code></span></dt>
300 <dd><p>
301               Set the search list to contain the single domain
302               <em class="parameter"><code>somename</code></em>, as if specified in
303               a
304               <span><strong class="command">domain</strong></span> directive in
305               <code class="filename">/etc/resolv.conf</code>, and enable
306               search list
307               processing as if the <em class="parameter"><code>+search</code></em>
308               option were given.
309             </p></dd>
310 <dt><span class="term"><code class="option">+[no]search</code></span></dt>
311 <dd><p>
312               Use [do not use] the search list defined by the searchlist or
313               domain
314               directive in <code class="filename">resolv.conf</code> (if
315               any).
316               The search list is not used by default.
317             </p></dd>
318 <dt><span class="term"><code class="option">+[no]showsearch</code></span></dt>
319 <dd><p>
320               Perform [do not perform] a search showing intermediate
321               results.
322             </p></dd>
323 <dt><span class="term"><code class="option">+[no]defname</code></span></dt>
324 <dd><p>
325               Deprecated, treated as a synonym for <em class="parameter"><code>+[no]search</code></em>
326             </p></dd>
327 <dt><span class="term"><code class="option">+[no]aaonly</code></span></dt>
328 <dd><p>
329               Sets the "aa" flag in the query.
330             </p></dd>
331 <dt><span class="term"><code class="option">+[no]aaflag</code></span></dt>
332 <dd><p>
333               A synonym for <em class="parameter"><code>+[no]aaonly</code></em>.
334             </p></dd>
335 <dt><span class="term"><code class="option">+[no]adflag</code></span></dt>
336 <dd><p>
337               Set [do not set] the AD (authentic data) bit in the
338               query.  This requests the server to return whether
339               all of the answer and authority sections have all
340               been validated as secure according to the security
341               policy of the server.  AD=1 indicates that all records
342               have been validated as secure and the answer is not
343               from a OPT-OUT range.  AD=0 indicate that some part
344               of the answer was insecure or not validated.  This
345               bit is set by default.
346             </p></dd>
347 <dt><span class="term"><code class="option">+[no]cdflag</code></span></dt>
348 <dd><p>
349               Set [do not set] the CD (checking disabled) bit in the query.
350               This
351               requests the server to not perform DNSSEC validation of
352               responses.
353             </p></dd>
354 <dt><span class="term"><code class="option">+[no]cl</code></span></dt>
355 <dd><p>
356               Display [do not display] the CLASS when printing the record.
357             </p></dd>
358 <dt><span class="term"><code class="option">+[no]ttlid</code></span></dt>
359 <dd><p>
360               Display [do not display] the TTL when printing the record.
361             </p></dd>
362 <dt><span class="term"><code class="option">+[no]recurse</code></span></dt>
363 <dd><p>
364               Toggle the setting of the RD (recursion desired) bit
365               in the query.  This bit is set by default, which means
366               <span><strong class="command">dig</strong></span> normally sends recursive
367               queries.  Recursion is automatically disabled when
368               the <em class="parameter"><code>+nssearch</code></em> or
369               <em class="parameter"><code>+trace</code></em> query options are used.
370             </p></dd>
371 <dt><span class="term"><code class="option">+[no]nssearch</code></span></dt>
372 <dd><p>
373               When this option is set, <span><strong class="command">dig</strong></span>
374               attempts to find the
375               authoritative name servers for the zone containing the name
376               being
377               looked up and display the SOA record that each name server has
378               for the
379               zone.
380             </p></dd>
381 <dt><span class="term"><code class="option">+[no]trace</code></span></dt>
382 <dd>
383 <p>
384               Toggle tracing of the delegation path from the root
385               name servers for the name being looked up.  Tracing
386               is disabled by default.  When tracing is enabled,
387               <span><strong class="command">dig</strong></span> makes iterative queries to
388               resolve the name being looked up.  It will follow
389               referrals from the root servers, showing the answer
390               from each server that was used to resolve the lookup.
391             </p>
392 <p>
393               <span><strong class="command">+dnssec</strong></span> is also set when +trace is
394               set to better emulate the default queries from a nameserver.
395             </p>
396 </dd>
397 <dt><span class="term"><code class="option">+[no]cmd</code></span></dt>
398 <dd><p>
399               Toggles the printing of the initial comment in the output
400               identifying
401               the version of <span><strong class="command">dig</strong></span> and the query
402               options that have
403               been applied.  This comment is printed by default.
404             </p></dd>
405 <dt><span class="term"><code class="option">+[no]short</code></span></dt>
406 <dd><p>
407               Provide a terse answer.  The default is to print the answer in a
408               verbose form.
409             </p></dd>
410 <dt><span class="term"><code class="option">+[no]identify</code></span></dt>
411 <dd><p>
412               Show [or do not show] the IP address and port number that
413               supplied the
414               answer when the <em class="parameter"><code>+short</code></em> option
415               is enabled.  If
416               short form answers are requested, the default is not to show the
417               source address and port number of the server that provided the
418               answer.
419             </p></dd>
420 <dt><span class="term"><code class="option">+[no]comments</code></span></dt>
421 <dd><p>
422               Toggle the display of comment lines in the output.  The default
423               is to print comments.
424             </p></dd>
425 <dt><span class="term"><code class="option">+[no]rrcomments</code></span></dt>
426 <dd><p>
427               Toggle the display of per-record comments in the output (for
428               example, human-readable key information about DNSKEY records).
429               The default is not to print record comments unless multiline
430               mode is active.
431             </p></dd>
432 <dt><span class="term"><code class="option">+split=W</code></span></dt>
433 <dd><p>
434               Split long hex- or base64-formatted fields in resource
435               records into chunks of <em class="parameter"><code>W</code></em> characters
436               (where <em class="parameter"><code>W</code></em> is rounded up to the nearest
437               multiple of 4).
438               <em class="parameter"><code>+nosplit</code></em> or
439               <em class="parameter"><code>+split=0</code></em> causes fields not to be
440               split at all.  The default is 56 characters, or 44 characters
441               when multiline mode is active.
442             </p></dd>
443 <dt><span class="term"><code class="option">+[no]stats</code></span></dt>
444 <dd><p>
445               This query option toggles the printing of statistics: when the
446               query
447               was made, the size of the reply and so on.  The default
448               behavior is
449               to print the query statistics.
450             </p></dd>
451 <dt><span class="term"><code class="option">+[no]qr</code></span></dt>
452 <dd><p>
453               Print [do not print] the query as it is sent.
454               By default, the query is not printed.
455             </p></dd>
456 <dt><span class="term"><code class="option">+[no]question</code></span></dt>
457 <dd><p>
458               Print [do not print] the question section of a query when an
459               answer is
460               returned.  The default is to print the question section as a
461               comment.
462             </p></dd>
463 <dt><span class="term"><code class="option">+[no]answer</code></span></dt>
464 <dd><p>
465               Display [do not display] the answer section of a reply.  The
466               default
467               is to display it.
468             </p></dd>
469 <dt><span class="term"><code class="option">+[no]authority</code></span></dt>
470 <dd><p>
471               Display [do not display] the authority section of a reply.  The
472               default is to display it.
473             </p></dd>
474 <dt><span class="term"><code class="option">+[no]additional</code></span></dt>
475 <dd><p>
476               Display [do not display] the additional section of a reply.
477               The default is to display it.
478             </p></dd>
479 <dt><span class="term"><code class="option">+[no]all</code></span></dt>
480 <dd><p>
481               Set or clear all display flags.
482             </p></dd>
483 <dt><span class="term"><code class="option">+time=T</code></span></dt>
484 <dd><p>
485
486               Sets the timeout for a query to
487               <em class="parameter"><code>T</code></em> seconds.  The default
488               timeout is 5 seconds.
489               An attempt to set <em class="parameter"><code>T</code></em> to less
490               than 1 will result
491               in a query timeout of 1 second being applied.
492             </p></dd>
493 <dt><span class="term"><code class="option">+tries=T</code></span></dt>
494 <dd><p>
495               Sets the number of times to try UDP queries to server to
496               <em class="parameter"><code>T</code></em> instead of the default, 3.
497               If
498               <em class="parameter"><code>T</code></em> is less than or equal to
499               zero, the number of
500               tries is silently rounded up to 1.
501             </p></dd>
502 <dt><span class="term"><code class="option">+retry=T</code></span></dt>
503 <dd><p>
504               Sets the number of times to retry UDP queries to server to
505               <em class="parameter"><code>T</code></em> instead of the default, 2.
506               Unlike
507               <em class="parameter"><code>+tries</code></em>, this does not include
508               the initial
509               query.
510             </p></dd>
511 <dt><span class="term"><code class="option">+ndots=D</code></span></dt>
512 <dd><p>
513               Set the number of dots that have to appear in
514               <em class="parameter"><code>name</code></em> to <em class="parameter"><code>D</code></em> for it to be
515               considered absolute.  The default value is that defined using
516               the
517               ndots statement in <code class="filename">/etc/resolv.conf</code>, or 1 if no
518               ndots statement is present.  Names with fewer dots are
519               interpreted as
520               relative names and will be searched for in the domains listed in
521               the
522               <code class="option">search</code> or <code class="option">domain</code> directive in
523               <code class="filename">/etc/resolv.conf</code>.
524             </p></dd>
525 <dt><span class="term"><code class="option">+bufsize=B</code></span></dt>
526 <dd><p>
527               Set the UDP message buffer size advertised using EDNS0 to
528               <em class="parameter"><code>B</code></em> bytes.  The maximum and minimum sizes
529               of this buffer are 65535 and 0 respectively.  Values outside
530               this range are rounded up or down appropriately.  
531               Values other than zero will cause a EDNS query to be sent.
532             </p></dd>
533 <dt><span class="term"><code class="option">+edns=#</code></span></dt>
534 <dd><p>
535                Specify the EDNS version to query with.  Valid values
536                are 0 to 255.  Setting the EDNS version will cause
537                a EDNS query to be sent.  <code class="option">+noedns</code>
538                clears the remembered EDNS version.  EDNS is set to
539                0 by default.
540             </p></dd>
541 <dt><span class="term"><code class="option">+[no]multiline</code></span></dt>
542 <dd><p>
543               Print records like the SOA records in a verbose multi-line
544               format with human-readable comments.  The default is to print
545               each record on a single line, to facilitate machine parsing
546               of the <span><strong class="command">dig</strong></span> output.
547             </p></dd>
548 <dt><span class="term"><code class="option">+[no]onesoa</code></span></dt>
549 <dd><p>
550               Print only one (starting) SOA record when performing
551               an AXFR. The default is to print both the starting and
552               ending SOA records.
553             </p></dd>
554 <dt><span class="term"><code class="option">+[no]fail</code></span></dt>
555 <dd><p>
556               Do not try the next server if you receive a SERVFAIL.  The
557               default is
558               to not try the next server which is the reverse of normal stub
559               resolver
560               behavior.
561             </p></dd>
562 <dt><span class="term"><code class="option">+[no]besteffort</code></span></dt>
563 <dd><p>
564               Attempt to display the contents of messages which are malformed.
565               The default is to not display malformed answers.
566             </p></dd>
567 <dt><span class="term"><code class="option">+[no]dnssec</code></span></dt>
568 <dd><p>
569               Requests DNSSEC records be sent by setting the DNSSEC OK bit
570               (DO)
571               in the OPT record in the additional section of the query.
572             </p></dd>
573 <dt><span class="term"><code class="option">+[no]sigchase</code></span></dt>
574 <dd><p>
575               Chase DNSSEC signature chains.  Requires dig be compiled with
576               -DDIG_SIGCHASE.
577             </p></dd>
578 <dt><span class="term"><code class="option">+trusted-key=####</code></span></dt>
579 <dd>
580 <p>
581               Specifies a file containing trusted keys to be used with
582               <code class="option">+sigchase</code>.  Each DNSKEY record must be
583               on its own line.
584             </p>
585 <p>
586               If not specified, <span><strong class="command">dig</strong></span> will look for
587               <code class="filename">/etc/trusted-key.key</code> then
588               <code class="filename">trusted-key.key</code> in the current directory.
589             </p>
590 <p>
591               Requires dig be compiled with -DDIG_SIGCHASE.
592             </p>
593 </dd>
594 <dt><span class="term"><code class="option">+[no]topdown</code></span></dt>
595 <dd><p>
596               When chasing DNSSEC signature chains perform a top-down
597               validation.
598               Requires dig be compiled with -DDIG_SIGCHASE.
599             </p></dd>
600 <dt><span class="term"><code class="option">+[no]nsid</code></span></dt>
601 <dd><p>
602               Include an EDNS name server ID request when sending a query.
603             </p></dd>
604 </dl></div>
605 <p>
606
607     </p>
608 </div>
609 <div class="refsect1" lang="en">
610 <a name="id2665643"></a><h2>MULTIPLE QUERIES</h2>
611 <p>
612       The BIND 9 implementation of <span><strong class="command">dig </strong></span>
613       supports
614       specifying multiple queries on the command line (in addition to
615       supporting the <code class="option">-f</code> batch file option).  Each of those
616       queries can be supplied with its own set of flags, options and query
617       options.
618     </p>
619 <p>
620       In this case, each <em class="parameter"><code>query</code></em> argument
621       represent an
622       individual query in the command-line syntax described above.  Each
623       consists of any of the standard options and flags, the name to be
624       looked up, an optional query type and class and any query options that
625       should be applied to that query.
626     </p>
627 <p>
628       A global set of query options, which should be applied to all queries,
629       can also be supplied.  These global query options must precede the
630       first tuple of name, class, type, options, flags, and query options
631       supplied on the command line.  Any global query options (except
632       the <code class="option">+[no]cmd</code> option) can be
633       overridden by a query-specific set of query options.  For example:
634       </p>
635 <pre class="programlisting">
636 dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
637 </pre>
638 <p>
639       shows how <span><strong class="command">dig</strong></span> could be used from the
640       command line
641       to make three lookups: an ANY query for <code class="literal">www.isc.org</code>, a
642       reverse lookup of 127.0.0.1 and a query for the NS records of
643       <code class="literal">isc.org</code>.
644
645       A global query option of <em class="parameter"><code>+qr</code></em> is
646       applied, so
647       that <span><strong class="command">dig</strong></span> shows the initial query it made
648       for each
649       lookup.  The final query has a local query option of
650       <em class="parameter"><code>+noqr</code></em> which means that <span><strong class="command">dig</strong></span>
651       will not print the initial query when it looks up the NS records for
652       <code class="literal">isc.org</code>.
653     </p>
654 </div>
655 <div class="refsect1" lang="en">
656 <a name="id2665729"></a><h2>IDN SUPPORT</h2>
657 <p>
658       If <span><strong class="command">dig</strong></span> has been built with IDN (internationalized
659       domain name) support, it can accept and display non-ASCII domain names.
660       <span><strong class="command">dig</strong></span> appropriately converts character encoding of
661       domain name before sending a request to DNS server or displaying a
662       reply from the server.
663       If you'd like to turn off the IDN support for some reason, defines
664       the <code class="envar">IDN_DISABLE</code> environment variable.
665       The IDN support is disabled if the variable is set when 
666       <span><strong class="command">dig</strong></span> runs.
667     </p>
668 </div>
669 <div class="refsect1" lang="en">
670 <a name="id2665962"></a><h2>FILES</h2>
671 <p><code class="filename">/etc/resolv.conf</code>
672     </p>
673 <p><code class="filename">${HOME}/.digrc</code>
674     </p>
675 </div>
676 <div class="refsect1" lang="en">
677 <a name="id2665984"></a><h2>SEE ALSO</h2>
678 <p><span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
679       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
680       <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
681       <em class="citetitle">RFC1035</em>.
682     </p>
683 </div>
684 <div class="refsect1" lang="en">
685 <a name="id2666021"></a><h2>BUGS</h2>
686 <p>
687       There are probably too many query options.
688     </p>
689 </div>
690 </div>
691 <div class="navfooter">
692 <hr>
693 <table width="100%" summary="Navigation footer">
694 <tr>
695 <td width="40%" align="left">
696 <a accesskey="p" href="Bv9ARM.ch10.html">Prev</a> </td>
697 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
698 <td width="40%" align="right"> <a accesskey="n" href="man.host.html">Next</a>
699 </td>
700 </tr>
701 <tr>
702 <td width="40%" align="left" valign="top">Manual pages </td>
703 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
704 <td width="40%" align="right" valign="top"> host</td>
705 </tr>
706 </table>
707 </div>
708 </body>
709 </html>