]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/contrib/bind9/bin/dig/dig.html
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / contrib / bind9 / bin / dig / dig.html
1 <!--
2  - Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
5  - Permission to use, copy, modify, and 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: dig.html,v 1.6.2.4.2.23 2007/05/16 06:10:54 marka Exp $ -->
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 </head>
24 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
25 <a name="id2476275"></a><div class="titlepage"></div>
26 <div class="refnamediv">
27 <h2>Name</h2>
28 <p>dig &#8212; DNS lookup utility</p>
29 </div>
30 <div class="refsynopsisdiv">
31 <h2>Synopsis</h2>
32 <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">-p <em class="replaceable"><code>port#</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>name:key</code></em></code>] [<code class="option">-4</code>] [<code class="option">-6</code>] [name] [type] [class] [queryopt...]</p></div>
33 <div class="cmdsynopsis"><p><code class="command">dig</code>  [<code class="option">-h</code>]</p></div>
34 <div class="cmdsynopsis"><p><code class="command">dig</code>  [global-queryopt...] [query...]</p></div>
35 </div>
36 <div class="refsect1" lang="en">
37 <a name="id2543485"></a><h2>DESCRIPTION</h2>
38 <p>
39 <span><strong class="command">dig</strong></span> (domain information groper) is a flexible tool
40 for interrogating DNS name servers.  It performs DNS lookups and
41 displays the answers that are returned from the name server(s) that
42 were queried.  Most DNS administrators use <span><strong class="command">dig</strong></span> to
43 troubleshoot DNS problems because of its flexibility, ease of use and
44 clarity of output.  Other lookup tools tend to have less functionality
45 than <span><strong class="command">dig</strong></span>.
46 </p>
47 <p>
48 Although <span><strong class="command">dig</strong></span> is normally used with command-line
49 arguments, it also has a batch mode of operation for reading lookup
50 requests from a file.  A brief summary of its command-line arguments
51 and options is printed when the <code class="option">-h</code> option is given.
52 Unlike earlier versions, the BIND 9 implementation of
53 <span><strong class="command">dig</strong></span> allows multiple lookups to be issued from the
54 command line.
55 </p>
56 <p>
57 Unless it is told to query a specific name server,
58 <span><strong class="command">dig</strong></span> will try each of the servers listed in
59 <code class="filename">/etc/resolv.conf</code>.
60 </p>
61 <p>
62 When no command line arguments or options are given, will perform an
63 NS query for "." (the root).
64 </p>
65 <p>
66 It is possible to set per-user defaults for <span><strong class="command">dig</strong></span> via
67 <code class="filename">${HOME}/.digrc</code>.  This file is read and any options in it
68 are applied before the command line arguments.
69 </p>
70 <p>
71        The IN and CH class names overlap with the IN and CH top level
72        domains names.  Either use the <code class="option">-t</code> and
73        <code class="option">-c</code> options to specify the type and class or
74        use "IN." and "CH." when looking up these top level domains.
75      </p>
76 </div>
77 <div class="refsect1" lang="en">
78 <a name="id2543554"></a><h2>SIMPLE USAGE</h2>
79 <p>
80 A typical invocation of <span><strong class="command">dig</strong></span> looks like:
81 </p>
82 <pre class="programlisting"> dig @server name type </pre>
83 <p> where:
84
85 </p>
86 <div class="variablelist"><dl>
87 <dt><span class="term"><code class="constant">server</code></span></dt>
88 <dd><p>
89 is the name or IP address of the name server to query.  This can be an IPv4
90 address in dotted-decimal notation or an IPv6
91 address in colon-delimited notation.  When the supplied
92 <em class="parameter"><code>server</code></em> argument is a hostname,
93 <span><strong class="command">dig</strong></span> resolves that name before querying that name
94 server.  If no <em class="parameter"><code>server</code></em> argument is provided,
95 <span><strong class="command">dig</strong></span> consults <code class="filename">/etc/resolv.conf</code>
96 and queries the name servers listed there.  The reply from the name
97 server that responds is displayed.
98 </p></dd>
99 <dt><span class="term"><code class="constant">name</code></span></dt>
100 <dd><p>
101 is the name of the resource record that is to be looked up.
102 </p></dd>
103 <dt><span class="term"><code class="constant">type</code></span></dt>
104 <dd><p>
105 indicates what type of query is required &#8212;
106 ANY, A, MX, SIG, etc.
107 <em class="parameter"><code>type</code></em> can be any valid query type.  If no
108 <em class="parameter"><code>type</code></em> argument is supplied,
109 <span><strong class="command">dig</strong></span> will perform a lookup for an A record.
110 </p></dd>
111 </dl></div>
112 <p>
113 </p>
114 </div>
115 <div class="refsect1" lang="en">
116 <a name="id2543633"></a><h2>OPTIONS</h2>
117 <p>
118 The <code class="option">-b</code> option sets the source IP address of the query
119 to <em class="parameter"><code>address</code></em>.  This must be a valid address on
120 one of the host's network interfaces or "0.0.0.0" or "::".  An optional port
121 may be specified by appending "#&lt;port&gt;"
122 </p>
123 <p>
124 The default query class (IN for internet) is overridden by the
125 <code class="option">-c</code> option.  <em class="parameter"><code>class</code></em> is any valid
126 class, such as HS for Hesiod records or CH for Chaosnet records.
127 </p>
128 <p>
129 The <code class="option">-f</code> option makes <span><strong class="command">dig </strong></span> operate
130 in batch mode by reading a list of lookup requests to process from the
131 file <em class="parameter"><code>filename</code></em>.  The file contains a number of
132 queries, one per line.  Each entry in the file should be organized in
133 the same way they would be presented as queries to
134 <span><strong class="command">dig</strong></span> using the command-line interface.
135 </p>
136 <p>
137 If a non-standard port number is to be queried, the
138 <code class="option">-p</code> option is used.  <em class="parameter"><code>port#</code></em> is
139 the port number that <span><strong class="command">dig</strong></span> will send its queries
140 instead of the standard DNS port number 53.  This option would be used
141 to test a name server that has been configured to listen for queries
142 on a non-standard port number.
143 </p>
144 <p>
145 The <code class="option">-4</code> option forces <span><strong class="command">dig</strong></span> to only
146 use IPv4 query transport.  The <code class="option">-6</code> option forces
147 <span><strong class="command">dig</strong></span> to only use IPv6 query transport.
148 </p>
149 <p>
150 The <code class="option">-t</code> option sets the query type to
151 <em class="parameter"><code>type</code></em>.  It can be any valid query type which is
152 supported in BIND 9.  The default query type is "A", unless the
153 <code class="option">-x</code> option is supplied to indicate a reverse lookup.
154 A zone transfer can be requested by specifying a type of AXFR.  When
155 an incremental zone transfer (IXFR) is required,
156 <em class="parameter"><code>type</code></em> is set to <code class="literal">ixfr=N</code>.
157 The incremental zone transfer will contain the changes made to the zone
158 since the serial number in the zone's SOA record was
159 <em class="parameter"><code>N</code></em>.
160 </p>
161 <p>
162 Reverse lookups &#8212; mapping addresses to names &#8212; are simplified by the
163 <code class="option">-x</code> option.  <em class="parameter"><code>addr</code></em> is an IPv4
164 address in dotted-decimal notation, or a colon-delimited IPv6 address.
165 When this option is used, there is no need to provide the
166 <em class="parameter"><code>name</code></em>, <em class="parameter"><code>class</code></em> and
167 <em class="parameter"><code>type</code></em> arguments.  <span><strong class="command">dig</strong></span>
168 automatically performs a lookup for a name like
169 <code class="literal">11.12.13.10.in-addr.arpa</code> and sets the query type and
170 class to PTR and IN respectively.  By default, IPv6 addresses are
171 looked up using nibble format under the IP6.ARPA domain.
172 To use the older RFC1886 method using the IP6.INT domain 
173 specify the <code class="option">-i</code> option.  Bit string labels (RFC2874)
174 are now experimental and are not attempted.
175 </p>
176 <p>
177 To sign the DNS queries sent by <span><strong class="command">dig</strong></span> and their
178 responses using transaction signatures (TSIG), specify a TSIG key file
179 using the <code class="option">-k</code> option.  You can also specify the TSIG
180 key itself on the command line using the <code class="option">-y</code> option;
181 <em class="parameter"><code>name</code></em> is the name of the TSIG key and
182 <em class="parameter"><code>key</code></em> is the actual key.  The key is a base-64
183 encoded string, typically generated by <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>.
184
185 Caution should be taken when using the <code class="option">-y</code> option on
186 multi-user systems as the key can be visible in the output from
187 <span class="citerefentry"><span class="refentrytitle">ps</span>(1
188 )</span> or in the shell's history file.  When
189 using TSIG authentication with <span><strong class="command">dig</strong></span>, the name
190 server that is queried needs to know the key and algorithm that is
191 being used.  In BIND, this is done by providing appropriate
192 <span><strong class="command">key</strong></span> and <span><strong class="command">server</strong></span> statements in
193 <code class="filename">named.conf</code>.
194 </p>
195 </div>
196 <div class="refsect1" lang="en">
197 <a name="id2543816"></a><h2>QUERY OPTIONS</h2>
198 <p>
199 <span><strong class="command">dig</strong></span> provides a number of query options which affect
200 the way in which lookups are made and the results displayed.  Some of
201 these set or reset flag bits in the query header, some determine which
202 sections of the answer get printed, and others determine the timeout
203 and retry strategies.
204 </p>
205 <p>
206 Each query option is identified by a keyword preceded by a plus sign
207 (<code class="literal">+</code>).  Some keywords set or reset an option.  These may be preceded
208 by the string <code class="literal">no</code> to negate the meaning of that keyword.  Other
209 keywords assign values to options like the timeout interval.  They
210 have the form <code class="option">+keyword=value</code>.
211 The query options are:
212
213 </p>
214 <div class="variablelist"><dl>
215 <dt><span class="term"><code class="option">+[no]tcp</code></span></dt>
216 <dd><p>
217 Use [do not use] TCP when querying name servers.  The default
218 behavior is to use UDP unless an AXFR or IXFR query is requested, in
219 which case a TCP connection is used.
220 </p></dd>
221 <dt><span class="term"><code class="option">+[no]vc</code></span></dt>
222 <dd><p>
223 Use [do not use] TCP when querying name servers.  This alternate
224 syntax to <em class="parameter"><code>+[no]tcp</code></em> is provided for backwards
225 compatibility.  The "vc" stands for "virtual circuit".
226 </p></dd>
227 <dt><span class="term"><code class="option">+[no]ignore</code></span></dt>
228 <dd><p>
229 Ignore truncation in UDP responses instead of retrying with TCP.  By
230 default, TCP retries are performed.
231 </p></dd>
232 <dt><span class="term"><code class="option">+domain=somename</code></span></dt>
233 <dd><p>
234 Set the search list to contain the single domain
235 <em class="parameter"><code>somename</code></em>, as if specified in a
236 <span><strong class="command">domain</strong></span> directive in
237 <code class="filename">/etc/resolv.conf</code>, and enable search list
238 processing as if the <em class="parameter"><code>+search</code></em> option were given.
239 </p></dd>
240 <dt><span class="term"><code class="option">+[no]search</code></span></dt>
241 <dd><p>
242 Use [do not use] the search list defined by the searchlist or domain
243 directive in <code class="filename">resolv.conf</code> (if any).
244 The search list is not used by default.
245 </p></dd>
246 <dt><span class="term"><code class="option">+[no]defname</code></span></dt>
247 <dd><p>
248 Deprecated, treated as a synonym for <em class="parameter"><code>+[no]search</code></em>
249 </p></dd>
250 <dt><span class="term"><code class="option">+[no]aaonly</code></span></dt>
251 <dd><p>
252 Sets the "aa" flag in the query.
253 </p></dd>
254 <dt><span class="term"><code class="option">+[no]aaflag</code></span></dt>
255 <dd><p>
256 A synonym for <em class="parameter"><code>+[no]aaonly</code></em>.
257 </p></dd>
258 <dt><span class="term"><code class="option">+[no]adflag</code></span></dt>
259 <dd><p>
260 Set [do not set] the AD (authentic data) bit in the query.  The AD bit
261 currently has a standard meaning only in responses, not in queries,
262 but the ability to set the bit in the query is provided for
263 completeness.
264 </p></dd>
265 <dt><span class="term"><code class="option">+[no]cdflag</code></span></dt>
266 <dd><p>
267 Set [do not set] the CD (checking disabled) bit in the query.  This
268 requests the server to not perform DNSSEC validation of responses.
269 </p></dd>
270 <dt><span class="term"><code class="option">+[no]cl</code></span></dt>
271 <dd><p>
272 Display [do not display] the CLASS when printing the record.
273 </p></dd>
274 <dt><span class="term"><code class="option">+[no]ttlid</code></span></dt>
275 <dd><p>
276 Display [do not display] the TTL when printing the record.
277 </p></dd>
278 <dt><span class="term"><code class="option">+[no]recurse</code></span></dt>
279 <dd><p>
280 Toggle the setting of the RD (recursion desired) bit in the query.
281 This bit is set by default, which means <span><strong class="command">dig</strong></span>
282 normally sends recursive queries.  Recursion is automatically disabled
283 when the <em class="parameter"><code>+nssearch</code></em> or
284 <em class="parameter"><code>+trace</code></em> query options are used.
285 </p></dd>
286 <dt><span class="term"><code class="option">+[no]nssearch</code></span></dt>
287 <dd><p>
288 When this option is set, <span><strong class="command">dig</strong></span> attempts to find the
289 authoritative name servers for the zone containing the name being
290 looked up and display the SOA record that each name server has for the
291 zone.
292 </p></dd>
293 <dt><span class="term"><code class="option">+[no]trace</code></span></dt>
294 <dd><p>
295 Toggle tracing of the delegation path from the root name servers for
296 the name being looked up.  Tracing is disabled by default.  When
297 tracing is enabled, <span><strong class="command">dig</strong></span> makes iterative queries to
298 resolve the name being looked up.  It will follow referrals from the
299 root servers, showing the answer from each server that was used to
300 resolve the lookup.
301 </p></dd>
302 <dt><span class="term"><code class="option">+[no]cmd</code></span></dt>
303 <dd><p>
304 Toggles the printing of the initial comment in the output identifying
305 the version of <span><strong class="command">dig</strong></span> and the query options that have
306 been applied.  This comment is printed by default.
307 </p></dd>
308 <dt><span class="term"><code class="option">+[no]short</code></span></dt>
309 <dd><p>
310 Provide a terse answer.  The default is to print the answer in a
311 verbose form.
312 </p></dd>
313 <dt><span class="term"><code class="option">+[no]identify</code></span></dt>
314 <dd><p>
315 Show [or do not show] the IP address and port number that supplied the
316 answer when the <em class="parameter"><code>+short</code></em> option is enabled.  If
317 short form answers are requested, the default is not to show the
318 source address and port number of the server that provided the answer.
319 </p></dd>
320 <dt><span class="term"><code class="option">+[no]comments</code></span></dt>
321 <dd><p>
322 Toggle the display of comment lines in the output.  The default is to
323 print comments.
324 </p></dd>
325 <dt><span class="term"><code class="option">+[no]stats</code></span></dt>
326 <dd><p>
327 This query option toggles the printing of statistics: when the query
328 was made, the size of the reply and so on.  The default behavior is
329 to print the query statistics.
330 </p></dd>
331 <dt><span class="term"><code class="option">+[no]qr</code></span></dt>
332 <dd><p>
333 Print [do not print] the query as it is sent.
334 By default, the query is not printed.
335 </p></dd>
336 <dt><span class="term"><code class="option">+[no]question</code></span></dt>
337 <dd><p>
338 Print [do not print] the question section of a query when an answer is
339 returned.  The default is to print the question section as a comment.
340 </p></dd>
341 <dt><span class="term"><code class="option">+[no]answer</code></span></dt>
342 <dd><p>
343 Display [do not display] the answer section of a reply.  The default
344 is to display it.
345 </p></dd>
346 <dt><span class="term"><code class="option">+[no]authority</code></span></dt>
347 <dd><p>
348 Display [do not display] the authority section of a reply.  The
349 default is to display it.
350 </p></dd>
351 <dt><span class="term"><code class="option">+[no]additional</code></span></dt>
352 <dd><p>
353 Display [do not display] the additional section of a reply.
354 The default is to display it.
355 </p></dd>
356 <dt><span class="term"><code class="option">+[no]all</code></span></dt>
357 <dd><p>
358 Set or clear all display flags.
359 </p></dd>
360 <dt><span class="term"><code class="option">+time=T</code></span></dt>
361 <dd><p>
362
363 Sets the timeout for a query to
364 <em class="parameter"><code>T</code></em> seconds.  The default timeout is 5 seconds.
365 An attempt to set <em class="parameter"><code>T</code></em> to less than 1 will result
366 in a query timeout of 1 second being applied.
367 </p></dd>
368 <dt><span class="term"><code class="option">+tries=T</code></span></dt>
369 <dd><p>
370 Sets the number of times to try UDP queries to server to
371 <em class="parameter"><code>T</code></em> instead of the default, 3.  If
372 <em class="parameter"><code>T</code></em> is less than or equal to zero, the number of
373 tries is silently rounded up to 1.
374 </p></dd>
375 <dt><span class="term"><code class="option">+retry=T</code></span></dt>
376 <dd><p>
377 Sets the number of times to retry UDP queries to server to
378 <em class="parameter"><code>T</code></em> instead of the default, 2.  Unlike
379 <em class="parameter"><code>+tries</code></em>, this does not include the initial
380 query.
381 </p></dd>
382 <dt><span class="term"><code class="option">+ndots=D</code></span></dt>
383 <dd><p>
384 Set the number of dots that have to appear in
385 <em class="parameter"><code>name</code></em> to <em class="parameter"><code>D</code></em> for it to be
386 considered absolute.  The default value is that defined using the
387 ndots statement in <code class="filename">/etc/resolv.conf</code>, or 1 if no
388 ndots statement is present.  Names with fewer dots are interpreted as
389 relative names and will be searched for in the domains listed in the
390 <code class="option">search</code> or <code class="option">domain</code> directive in
391 <code class="filename">/etc/resolv.conf</code>.
392 </p></dd>
393 <dt><span class="term"><code class="option">+bufsize=B</code></span></dt>
394 <dd><p>
395 Set the UDP message buffer size advertised using EDNS0 to
396 <em class="parameter"><code>B</code></em> bytes.  The maximum and minimum sizes of this
397 buffer are 65535 and 0 respectively.  Values outside this range are
398 rounded up or down appropriately.
399 </p></dd>
400 <dt><span class="term"><code class="option">+[no]multiline</code></span></dt>
401 <dd><p>
402 Print records like the SOA records in a verbose multi-line
403 format with human-readable comments.  The default is to print
404 each record on a single line, to facilitate machine parsing 
405 of the <span><strong class="command">dig</strong></span> output.
406 </p></dd>
407 <dt><span class="term"><code class="option">+[no]fail</code></span></dt>
408 <dd><p>
409 Do not try the next server if you receive a SERVFAIL.  The default is
410 to not try the next server which is the reverse of normal stub resolver
411 behavior.
412 </p></dd>
413 <dt><span class="term"><code class="option">+[no]besteffort</code></span></dt>
414 <dd><p>
415 Attempt to display the contents of messages which are malformed.
416 The default is to not display malformed answers.
417 </p></dd>
418 <dt><span class="term"><code class="option">+[no]dnssec</code></span></dt>
419 <dd><p>
420 Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
421 in the OPT record in the additional section of the query.
422 </p></dd>
423 <dt><span class="term"><code class="option">+[no]sigchase</code></span></dt>
424 <dd><p>
425 Chase DNSSEC signature chains.  Requires dig be compiled with
426 -DDIG_SIGCHASE.
427 </p></dd>
428 <dt><span class="term"><code class="option">+trusted-key=####</code></span></dt>
429 <dd>
430 <p>
431               Specifies a file containing trusted keys to be used with
432               <code class="option">+sigchase</code>.  Each DNSKEY record must be
433               on its own line.
434             </p>
435 <p>
436               If not specified <span><strong class="command">dig</strong></span> will look for
437               <code class="filename">/etc/trusted-key.key</code> then
438               <code class="filename">trusted-key.key</code> in the current directory.
439             </p>
440 <p>
441               Requires dig be compiled with -DDIG_SIGCHASE.
442             </p>
443 </dd>
444 <dt><span class="term"><code class="option">+[no]topdown</code></span></dt>
445 <dd><p>
446 When chasing DNSSEC signature chains perform a top-down validation.
447 Requires dig be compiled with -DDIG_SIGCHASE.
448 </p></dd>
449 </dl></div>
450 <p>
451
452 </p>
453 </div>
454 <div class="refsect1" lang="en">
455 <a name="id2544553"></a><h2>MULTIPLE QUERIES</h2>
456 <p>
457 The BIND 9 implementation of <span><strong class="command">dig </strong></span> supports
458 specifying multiple queries on the command line (in addition to
459 supporting the <code class="option">-f</code> batch file option).  Each of those
460 queries can be supplied with its own set of flags, options and query
461 options.
462 </p>
463 <p>
464 In this case, each <em class="parameter"><code>query</code></em> argument represent an
465 individual query in the command-line syntax described above.  Each
466 consists of any of the standard options and flags, the name to be
467 looked up, an optional query type and class and any query options that
468 should be applied to that query.
469 </p>
470 <p>
471 A global set of query options, which should be applied to all queries,
472 can also be supplied.  These global query options must precede the
473 first tuple of name, class, type, options, flags, and query options
474 supplied on the command line.  Any global query options (except
475 the <code class="option">+[no]cmd</code> option) can be
476 overridden by a query-specific set of query options.  For example:
477 </p>
478 <pre class="programlisting">
479 dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
480 </pre>
481 <p>
482 shows how <span><strong class="command">dig</strong></span> could be used from the command line
483 to make three lookups: an ANY query for <code class="literal">www.isc.org</code>, a
484 reverse lookup of 127.0.0.1 and a query for the NS records of
485 <code class="literal">isc.org</code>.
486
487 A global query option of <em class="parameter"><code>+qr</code></em> is applied, so
488 that <span><strong class="command">dig</strong></span> shows the initial query it made for each
489 lookup.  The final query has a local query option of
490 <em class="parameter"><code>+noqr</code></em> which means that <span><strong class="command">dig</strong></span>
491 will not print the initial query when it looks up the NS records for
492 <code class="literal">isc.org</code>.
493 </p>
494 </div>
495 <div class="refsect1" lang="en">
496 <a name="id2544612"></a><h2>FILES</h2>
497 <p>
498 <code class="filename">/etc/resolv.conf</code>
499 </p>
500 <p>
501 <code class="filename">${HOME}/.digrc</code>
502 </p>
503 </div>
504 <div class="refsect1" lang="en">
505 <a name="id2544631"></a><h2>SEE ALSO</h2>
506 <p>
507 <span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
508 <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
509 <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
510 <em class="citetitle">RFC1035</em>.
511 </p>
512 </div>
513 <div class="refsect1" lang="en">
514 <a name="id2544738"></a><h2>BUGS </h2>
515 <p>
516 There are probably too many query options. 
517 </p>
518 </div>
519 </div></body>
520 </html>