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