2001-06-08 17:16:44 +00:00
|
|
|
<!--
|
2014-02-13 01:05:15 +00:00
|
|
|
- Copyright (C) 2004-2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
2005-05-13 03:14:16 +00:00
|
|
|
- Copyright (C) 2000-2003 Internet Software Consortium.
|
2005-05-11 06:05:43 +00:00
|
|
|
-
|
2009-07-11 01:12:47 +00:00
|
|
|
- Permission to use, copy, modify, and/or distribute this software for any
|
2001-06-08 17:16:44 +00:00
|
|
|
- purpose with or without fee is hereby granted, provided that the above
|
|
|
|
- copyright notice and this permission notice appear in all copies.
|
2005-05-11 06:05:43 +00:00
|
|
|
-
|
2004-03-05 05:48:29 +00:00
|
|
|
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
|
|
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
2005-05-11 06:05:43 +00:00
|
|
|
- AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
2004-03-05 05:48:29 +00:00
|
|
|
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
|
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
|
|
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
- PERFORMANCE OF THIS SOFTWARE.
|
2001-06-08 17:16:44 +00:00
|
|
|
-->
|
2012-03-07 01:41:11 +00:00
|
|
|
<!-- $Id$ -->
|
2005-05-11 06:05:43 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
|
|
<title>dig</title>
|
2013-11-07 01:04:45 +00:00
|
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
|
2005-05-11 06:05:43 +00:00
|
|
|
</head>
|
2013-11-07 01:04:45 +00:00
|
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
|
2005-07-19 06:12:24 +00:00
|
|
|
<a name="man.dig"></a><div class="titlepage"></div>
|
2005-05-11 06:05:43 +00:00
|
|
|
<div class="refnamediv">
|
|
|
|
<h2>Name</h2>
|
|
|
|
<p>dig — DNS lookup utility</p>
|
|
|
|
</div>
|
|
|
|
<div class="refsynopsisdiv">
|
|
|
|
<h2>Synopsis</h2>
|
2014-03-04 01:05:04 +00:00
|
|
|
<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">-v</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>
|
2005-05-11 06:05:43 +00:00
|
|
|
<div class="cmdsynopsis"><p><code class="command">dig</code> [<code class="option">-h</code>]</p></div>
|
|
|
|
<div class="cmdsynopsis"><p><code class="command">dig</code> [global-queryopt...] [query...]</p></div>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-09-05 19:26:47 +00:00
|
|
|
<a name="id2543544"></a><h2>DESCRIPTION</h2>
|
2013-11-07 01:04:45 +00:00
|
|
|
<p><span><strong class="command">dig</strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
(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
|
2013-11-07 01:04:45 +00:00
|
|
|
were queried. Most DNS administrators use <span><strong class="command">dig</strong></span> to
|
2005-05-11 06:05:43 +00:00
|
|
|
troubleshoot DNS problems because of its flexibility, ease of use and
|
|
|
|
clarity of output. Other lookup tools tend to have less functionality
|
2013-11-07 01:04:45 +00:00
|
|
|
than <span><strong class="command">dig</strong></span>.
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
Although <span><strong class="command">dig</strong></span> is normally used with
|
2005-05-11 06:05:43 +00:00
|
|
|
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 <code class="option">-h</code> option is given.
|
2007-05-09 03:33:51 +00:00
|
|
|
Unlike earlier versions, the BIND 9 implementation of
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> allows multiple lookups to be issued
|
2005-05-11 06:05:43 +00:00
|
|
|
from the
|
|
|
|
command line.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Unless it is told to query a specific name server,
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> will try each of the servers listed in
|
2013-11-13 01:04:50 +00:00
|
|
|
<code class="filename">/etc/resolv.conf</code>. If no usable server addresses
|
2013-11-07 01:04:45 +00:00
|
|
|
are found, <span><strong class="command">dig</strong></span> will send the query to the local
|
2013-01-10 20:19:56 +00:00
|
|
|
host.
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2008-10-03 01:11:33 +00:00
|
|
|
When no command line arguments or options are given,
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> will perform an NS query for "." (the root).
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
It is possible to set per-user defaults for <span><strong class="command">dig</strong></span> via
|
2005-05-11 06:05:43 +00:00
|
|
|
<code class="filename">${HOME}/.digrc</code>. This file is read and
|
|
|
|
any options in it
|
|
|
|
are applied before the command line arguments.
|
|
|
|
</p>
|
2006-12-19 01:35:50 +00:00
|
|
|
<p>
|
|
|
|
The IN and CH class names overlap with the IN and CH top level
|
2014-02-13 01:05:15 +00:00
|
|
|
domain names. Either use the <code class="option">-t</code> and
|
2008-10-03 01:11:33 +00:00
|
|
|
<code class="option">-c</code> options to specify the type and class,
|
|
|
|
use the <code class="option">-q</code> the specify the domain name, or
|
2006-12-19 01:35:50 +00:00
|
|
|
use "IN." and "CH." when looking up these top level domains.
|
|
|
|
</p>
|
2005-05-11 06:05:43 +00:00
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-09-05 19:26:47 +00:00
|
|
|
<a name="id2543623"></a><h2>SIMPLE USAGE</h2>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
A typical invocation of <span><strong class="command">dig</strong></span> looks like:
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
<pre class="programlisting"> dig @server name type </pre>
|
|
|
|
<p>
|
|
|
|
where:
|
2004-04-07 00:57:04 +00:00
|
|
|
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="variablelist"><dl>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="constant">server</code></span></dt>
|
2013-01-10 20:19:56 +00:00
|
|
|
<dd>
|
|
|
|
<p>
|
2014-05-15 04:46:54 +00:00
|
|
|
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
|
|
|
|
<em class="parameter"><code>server</code></em> argument is a hostname,
|
|
|
|
<span><strong class="command">dig</strong></span> resolves that name before querying
|
|
|
|
that name server.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
If no <em class="parameter"><code>server</code></em> argument is
|
|
|
|
provided, <span><strong class="command">dig</strong></span> consults
|
|
|
|
<code class="filename">/etc/resolv.conf</code>; if an
|
|
|
|
address is found there, it queries the name server at
|
|
|
|
that address. If either of the <code class="option">-4</code> or
|
|
|
|
<code class="option">-6</code> options are in use, then
|
|
|
|
only addresses for the corresponding transport
|
|
|
|
will be tried. If no usable addresses are found,
|
|
|
|
<span><strong class="command">dig</strong></span> will send the query to the
|
|
|
|
local host. The reply from the name server that
|
|
|
|
responds is displayed.
|
|
|
|
</p>
|
2013-01-10 20:19:56 +00:00
|
|
|
</dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="constant">name</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 04:46:54 +00:00
|
|
|
is the name of the resource record that is to be looked up.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="constant">type</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 04:46:54 +00:00
|
|
|
indicates what type of query is required —
|
|
|
|
ANY, A, MX, SIG, etc.
|
|
|
|
<em class="parameter"><code>type</code></em> can be any valid query
|
|
|
|
type. If no
|
|
|
|
<em class="parameter"><code>type</code></em> argument is supplied,
|
|
|
|
<span><strong class="command">dig</strong></span> will perform a lookup for an
|
|
|
|
A record.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
</dl></div>
|
|
|
|
<p>
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-09-05 19:26:47 +00:00
|
|
|
<a name="id2543726"></a><h2>OPTIONS</h2>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p>
|
|
|
|
The <code class="option">-b</code> option sets the source IP address of the query
|
|
|
|
to <em class="parameter"><code>address</code></em>. This must be a valid
|
|
|
|
address on
|
|
|
|
one of the host's network interfaces or "0.0.0.0" or "::". An optional
|
|
|
|
port
|
|
|
|
may be specified by appending "#<port>"
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
The default query class (IN for internet) is overridden by the
|
|
|
|
<code class="option">-c</code> option. <em class="parameter"><code>class</code></em> is
|
|
|
|
any valid
|
2007-05-16 06:12:02 +00:00
|
|
|
class, such as HS for Hesiod records or CH for Chaosnet records.
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
The <code class="option">-f</code> option makes <span><strong class="command">dig </strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
operate
|
|
|
|
in batch mode by reading a list of lookup requests to process from the
|
|
|
|
file <em class="parameter"><code>filename</code></em>. The file contains a
|
|
|
|
number of
|
2007-05-09 03:33:51 +00:00
|
|
|
queries, one per line. Each entry in the file should be organized in
|
2005-05-11 06:05:43 +00:00
|
|
|
the same way they would be presented as queries to
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> using the command-line interface.
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
2008-10-14 01:11:36 +00:00
|
|
|
<p>
|
|
|
|
The <code class="option">-m</code> option enables memory usage debugging.
|
|
|
|
|
|
|
|
</p>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p>
|
|
|
|
If a non-standard port number is to be queried, the
|
|
|
|
<code class="option">-p</code> option is used. <em class="parameter"><code>port#</code></em> is
|
2013-11-07 01:04:45 +00:00
|
|
|
the port number that <span><strong class="command">dig</strong></span> will send its
|
2005-05-11 06:05:43 +00:00
|
|
|
queries
|
|
|
|
instead of the standard DNS port number 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.
|
|
|
|
</p>
|
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
The <code class="option">-4</code> option forces <span><strong class="command">dig</strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
to only
|
|
|
|
use IPv4 query transport. The <code class="option">-6</code> option forces
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> to only use IPv6 query transport.
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
The <code class="option">-t</code> option sets the query type to
|
|
|
|
<em class="parameter"><code>type</code></em>. It can be any valid query type
|
|
|
|
which is
|
2007-05-09 13:35:57 +00:00
|
|
|
supported in BIND 9. The default query type is "A", unless the
|
2005-05-11 06:05:43 +00:00
|
|
|
<code class="option">-x</code> 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,
|
|
|
|
<em class="parameter"><code>type</code></em> is set to <code class="literal">ixfr=N</code>.
|
|
|
|
The incremental zone transfer will contain the changes made to the zone
|
|
|
|
since the serial number in the zone's SOA record was
|
|
|
|
<em class="parameter"><code>N</code></em>.
|
|
|
|
</p>
|
2005-08-25 03:12:48 +00:00
|
|
|
<p>
|
|
|
|
The <code class="option">-q</code> option sets the query name to
|
2014-02-13 01:05:15 +00:00
|
|
|
<em class="parameter"><code>name</code></em>. This is useful to distinguish the
|
2005-10-26 06:23:18 +00:00
|
|
|
<em class="parameter"><code>name</code></em> from other arguments.
|
2005-08-25 03:12:48 +00:00
|
|
|
</p>
|
2014-03-04 01:05:04 +00:00
|
|
|
<p>
|
|
|
|
The <code class="option">-v</code> causes <span><strong class="command">dig</strong></span> to
|
|
|
|
print the version number and exit.
|
|
|
|
</p>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p>
|
2007-05-09 03:33:51 +00:00
|
|
|
Reverse lookups — mapping addresses to names — are simplified by the
|
2005-05-11 06:05:43 +00:00
|
|
|
<code class="option">-x</code> option. <em class="parameter"><code>addr</code></em> is
|
|
|
|
an IPv4
|
|
|
|
address in dotted-decimal notation, or a colon-delimited IPv6 address.
|
|
|
|
When this option is used, there is no need to provide the
|
|
|
|
<em class="parameter"><code>name</code></em>, <em class="parameter"><code>class</code></em> and
|
2013-11-07 01:04:45 +00:00
|
|
|
<em class="parameter"><code>type</code></em> arguments. <span><strong class="command">dig</strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
automatically performs a lookup for a name like
|
|
|
|
<code class="literal">11.12.13.10.in-addr.arpa</code> and sets the
|
|
|
|
query type and
|
|
|
|
class to PTR and IN respectively. By default, IPv6 addresses are
|
|
|
|
looked up using nibble format under the IP6.ARPA domain.
|
|
|
|
To use the older RFC1886 method using the IP6.INT domain
|
|
|
|
specify the <code class="option">-i</code> option. Bit string labels (RFC2874)
|
|
|
|
are now experimental and are not attempted.
|
|
|
|
</p>
|
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
To sign the DNS queries sent by <span><strong class="command">dig</strong></span> and
|
2005-05-11 06:05:43 +00:00
|
|
|
their
|
|
|
|
responses using transaction signatures (TSIG), specify a TSIG key file
|
|
|
|
using the <code class="option">-k</code> option. You can also specify the TSIG
|
|
|
|
key itself on the command line using the <code class="option">-y</code> option;
|
2006-01-27 05:17:12 +00:00
|
|
|
<em class="parameter"><code>hmac</code></em> is the type of the TSIG, default HMAC-MD5,
|
2005-05-11 06:05:43 +00:00
|
|
|
<em class="parameter"><code>name</code></em> is the name of the TSIG key and
|
|
|
|
<em class="parameter"><code>key</code></em> is the actual key. The key is a
|
|
|
|
base-64
|
|
|
|
encoded string, typically generated by
|
|
|
|
<span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>.
|
2004-04-07 00:57:04 +00:00
|
|
|
|
2005-05-11 06:05:43 +00:00
|
|
|
Caution should be taken when using the <code class="option">-y</code> option on
|
|
|
|
multi-user systems as the key can be visible in the output from
|
|
|
|
<span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span>
|
|
|
|
or in the shell's history file. When
|
2013-11-07 01:04:45 +00:00
|
|
|
using TSIG authentication with <span><strong class="command">dig</strong></span>, the name
|
2005-05-11 06:05:43 +00:00
|
|
|
server that is queried needs to know the key and algorithm that is
|
|
|
|
being used. In BIND, this is done by providing appropriate
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">key</strong></span> and <span><strong class="command">server</strong></span> statements in
|
2005-05-11 06:05:43 +00:00
|
|
|
<code class="filename">named.conf</code>.
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-09-05 19:26:47 +00:00
|
|
|
<a name="id2544018"></a><h2>QUERY OPTIONS</h2>
|
2013-11-07 01:04:45 +00:00
|
|
|
<p><span><strong class="command">dig</strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
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.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Each query option is identified by a keyword preceded by a plus sign
|
|
|
|
(<code class="literal">+</code>). Some keywords set or reset an
|
|
|
|
option. These may be preceded
|
|
|
|
by the string <code class="literal">no</code> to negate the meaning of
|
|
|
|
that keyword. Other
|
|
|
|
keywords assign values to options like the timeout interval. They
|
|
|
|
have the form <code class="option">+keyword=value</code>.
|
|
|
|
The query options are:
|
2001-06-08 17:16:44 +00:00
|
|
|
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="variablelist"><dl>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]aaflag</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
A synonym for <em class="parameter"><code>+[no]aaonly</code></em>.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]aaonly</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Sets the "aa" flag in the query.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]additional</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Display [do not display] the additional section of a
|
|
|
|
reply. The default is to display it.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]adflag</code></span></dt>
|
|
|
|
<dd><p>
|
2009-02-03 01:11:46 +00:00
|
|
|
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
|
2011-11-05 01:14:51 +00:00
|
|
|
of the answer was insecure or not validated. This
|
|
|
|
bit is set by default.
|
2009-02-03 01:11:46 +00:00
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]all</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Set or clear all display flags.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]answer</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Display [do not display] the answer section of a
|
|
|
|
reply. The default is to display it.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]authority</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Display [do not display] the authority section of a
|
|
|
|
reply. The default is to display it.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]besteffort</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Attempt to display the contents of messages which are
|
|
|
|
malformed. The default is to not display malformed
|
|
|
|
answers.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+bufsize=B</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Set the UDP message buffer size advertised using EDNS0
|
|
|
|
to <em class="parameter"><code>B</code></em> 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.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]cdflag</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Set [do not set] the CD (checking disabled) bit in
|
|
|
|
the query. This requests the server to not perform
|
|
|
|
DNSSEC validation of responses.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]cl</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Display [do not display] the CLASS when printing the
|
|
|
|
record.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]cmd</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Toggles the printing of the initial comment in the
|
|
|
|
output identifying the version of <span><strong class="command">dig</strong></span>
|
|
|
|
and the query options that have been applied. This
|
|
|
|
comment is printed by default.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]comments</code></span></dt>
|
2014-04-30 01:05:11 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Toggle the display of comment lines in the output.
|
|
|
|
The default is to print comments.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]crypto</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Toggle the display of cryptographic fields in DNSSEC
|
|
|
|
records. The contents of these field are unnecessary
|
|
|
|
to debug most DNSSEC validation failures and removing
|
|
|
|
them makes it easier to see the common failures. The
|
|
|
|
default is to display the fields. When omitted they
|
|
|
|
are replaced by the string "[omitted]" or in the
|
|
|
|
DNSKEY case the key id is displayed as the replacement,
|
|
|
|
e.g. "[ key id = value ]".
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]defname</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Deprecated, treated as a synonym for
|
|
|
|
<em class="parameter"><code>+[no]search</code></em>
|
|
|
|
</p></dd>
|
2014-05-15 04:46:54 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]dnssec</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Requests DNSSEC records be sent by setting the DNSSEC
|
|
|
|
OK bit (DO) in the OPT record in the additional section
|
|
|
|
of the query.
|
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+domain=somename</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Set the search list to contain the single domain
|
|
|
|
<em class="parameter"><code>somename</code></em>, as if specified in
|
|
|
|
a <span><strong class="command">domain</strong></span> directive in
|
|
|
|
<code class="filename">/etc/resolv.conf</code>, and enable
|
|
|
|
search list processing as if the
|
|
|
|
<em class="parameter"><code>+search</code></em> option were given.
|
|
|
|
</p></dd>
|
2014-07-16 01:05:40 +00:00
|
|
|
<dt><span class="term"><code class="option">+dscp=value</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Set the DSCP code point to be used when sending the
|
|
|
|
query. Valid DSCP code points are in the range
|
2014-08-16 01:06:20 +00:00
|
|
|
[0..63]. By default no code point is explicitly set.
|
2014-07-16 01:05:40 +00:00
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]edns[=#]</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
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. <code class="option">+noedns</code>
|
|
|
|
clears the remembered EDNS version. EDNS is set to
|
|
|
|
0 by default.
|
|
|
|
</p></dd>
|
2014-09-14 01:05:19 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]ednsflags[=#]</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Set the must-be-zero EDNS flags bits (Z bits) to the
|
|
|
|
specified value. Decimal, hex and octal encodings are
|
|
|
|
accepted. Setting a named flag (e.g. DO) will silently be
|
|
|
|
ignored. By default, no Z bits are set.
|
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]ednsopt[=code[:value]]</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Specify EDNS option with code point <code class="option">code</code>
|
|
|
|
and optionally payload of <code class="option">value</code> as a
|
|
|
|
hexadecimal string. <code class="option">+noednsopt</code>
|
2014-05-15 05:05:58 +00:00
|
|
|
clears the EDNS options to be sent.
|
2014-05-15 03:57:31 +00:00
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]expire</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Send an EDNS Expire option.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]fail</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
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.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]identify</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Show [or do not show] the IP address and port number
|
|
|
|
that supplied the answer when the
|
|
|
|
<em class="parameter"><code>+short</code></em> 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.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]ignore</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Ignore truncation in UDP responses instead of retrying
|
|
|
|
with TCP. By default, TCP retries are performed.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]keepopen</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Keep the TCP socket open between queries and reuse
|
|
|
|
it rather than creating a new TCP socket for each
|
|
|
|
lookup. The default is <code class="option">+nokeepopen</code>.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]multiline</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
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 <span><strong class="command">dig</strong></span>
|
|
|
|
output.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+ndots=D</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Set the number of dots that have to appear in
|
|
|
|
<em class="parameter"><code>name</code></em> to <em class="parameter"><code>D</code></em>
|
|
|
|
for it to be considered absolute. The default value
|
|
|
|
is that defined using the ndots statement in
|
|
|
|
<code class="filename">/etc/resolv.conf</code>, 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 <code class="option">search</code>
|
|
|
|
or <code class="option">domain</code> directive in
|
2014-10-21 01:04:47 +00:00
|
|
|
<code class="filename">/etc/resolv.conf</code> if
|
|
|
|
<code class="option">+search</code> is set.
|
2014-05-15 03:57:31 +00:00
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]nsid</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Include an EDNS name server ID request when sending
|
|
|
|
a query.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]nssearch</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
When this option is set, <span><strong class="command">dig</strong></span>
|
|
|
|
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.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]onesoa</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Print only one (starting) SOA record when performing
|
|
|
|
an AXFR. The default is to print both the starting
|
|
|
|
and ending SOA records.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]qr</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
Print [do not print] the query as it is sent. By
|
|
|
|
default, the query is not printed.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]question</code></span></dt>
|
|
|
|
<dd><p>
|
|
|
|
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.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]recurse</code></span></dt>
|
|
|
|
<dd><p>
|
2011-11-05 01:14:51 +00:00
|
|
|
Toggle the setting of the RD (recursion desired) bit
|
|
|
|
in the query. This bit is set by default, which means
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> normally sends recursive
|
2011-11-05 01:14:51 +00:00
|
|
|
queries. Recursion is automatically disabled when
|
|
|
|
the <em class="parameter"><code>+nssearch</code></em> or
|
|
|
|
<em class="parameter"><code>+trace</code></em> query options are used.
|
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+retry=T</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Sets the number of times to retry UDP queries to
|
|
|
|
server to <em class="parameter"><code>T</code></em> instead of the
|
|
|
|
default, 2. Unlike <em class="parameter"><code>+tries</code></em>,
|
|
|
|
this does not include the initial query.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]rrcomments</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
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.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]search</code></span></dt>
|
2014-10-21 01:04:47 +00:00
|
|
|
<dd>
|
|
|
|
<p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Use [do not use] the search list defined by the
|
|
|
|
searchlist or domain directive in
|
|
|
|
<code class="filename">resolv.conf</code> (if any). The search
|
|
|
|
list is not used by default.
|
2014-10-21 01:04:47 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
'ndots' from <code class="filename">resolv.conf</code> (default 1)
|
|
|
|
which may be overridden by <em class="parameter"><code>+ndots</code></em>
|
|
|
|
determines if the name will be treated as relative
|
|
|
|
or not and hence whether a search is eventually
|
|
|
|
performed or not.
|
|
|
|
</p>
|
|
|
|
</dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]short</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Provide a terse answer. The default is to print the
|
|
|
|
answer in a verbose form.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]showsearch</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Perform [do not perform] a search showing intermediate
|
|
|
|
results.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]sigchase</code></span></dt>
|
2011-03-06 01:14:21 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Chase DNSSEC signature chains. Requires dig be
|
|
|
|
compiled with -DDIG_SIGCHASE.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]sit[<span class="optional">=####</span>]</code></span></dt>
|
2013-08-13 01:04:39 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Send a Source Identity Token EDNS option, with optional
|
|
|
|
value. Replaying a SIT from a previous response will
|
|
|
|
allow the server to identify a previous client. The
|
|
|
|
default is <code class="option">+nosit</code>. Currently using
|
|
|
|
experimental value 65001 for the option code.
|
|
|
|
</p></dd>
|
2011-03-06 01:14:21 +00:00
|
|
|
<dt><span class="term"><code class="option">+split=W</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Split long hex- or base64-formatted fields in resource
|
|
|
|
records into chunks of <em class="parameter"><code>W</code></em>
|
|
|
|
characters (where <em class="parameter"><code>W</code></em> is rounded
|
|
|
|
up to the nearest multiple of 4).
|
|
|
|
<em class="parameter"><code>+nosplit</code></em> or
|
|
|
|
<em class="parameter"><code>+split=0</code></em> causes fields not to
|
|
|
|
be split at all. The default is 56 characters, or
|
|
|
|
44 characters when multiline mode is active.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]stats</code></span></dt>
|
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
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.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]subnet=addr/prefix</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-08-16 01:06:20 +00:00
|
|
|
Send an EDNS Client Subnet option with the specified
|
2014-05-15 03:57:31 +00:00
|
|
|
IP address or network prefix.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]tcp</code></span></dt>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Use [do not use] TCP when querying name servers. The
|
|
|
|
default behavior is to use UDP unless an
|
|
|
|
<code class="literal">ixfr=N</code> query is requested, in which
|
|
|
|
case the default is TCP. AXFR queries always use
|
|
|
|
TCP.
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+time=T</code></span></dt>
|
|
|
|
<dd><p>
|
2001-06-08 17:16:44 +00:00
|
|
|
|
2014-05-15 04:46:54 +00:00
|
|
|
Sets the timeout for a query to
|
|
|
|
<em class="parameter"><code>T</code></em> seconds. The default
|
2007-05-09 03:33:51 +00:00
|
|
|
timeout is 5 seconds.
|
2014-05-15 04:46:54 +00:00
|
|
|
An attempt to set <em class="parameter"><code>T</code></em> to less
|
|
|
|
than 1 will result
|
|
|
|
in a query timeout of 1 second being applied.
|
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]topdown</code></span></dt>
|
2014-04-20 01:05:19 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
When chasing DNSSEC signature chains perform a top-down
|
|
|
|
validation. Requires dig be compiled with -DDIG_SIGCHASE.
|
2005-06-07 03:06:51 +00:00
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]trace</code></span></dt>
|
|
|
|
<dd>
|
|
|
|
<p>
|
|
|
|
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,
|
|
|
|
<span><strong class="command">dig</strong></span> 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.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<span><strong class="command">+dnssec</strong></span> is also set when +trace
|
|
|
|
is set to better emulate the default queries from a
|
|
|
|
nameserver.
|
|
|
|
</p>
|
|
|
|
</dd>
|
|
|
|
<dt><span class="term"><code class="option">+tries=T</code></span></dt>
|
2010-03-05 01:14:15 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Sets the number of times to try UDP queries to server
|
|
|
|
to <em class="parameter"><code>T</code></em> instead of the default,
|
|
|
|
3. If <em class="parameter"><code>T</code></em> is less than or equal
|
|
|
|
to zero, the number of tries is silently rounded up
|
|
|
|
to 1.
|
2010-03-05 01:14:15 +00:00
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
<dt><span class="term"><code class="option">+trusted-key=####</code></span></dt>
|
2005-08-30 04:18:58 +00:00
|
|
|
<dd>
|
|
|
|
<p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Specifies a file containing trusted keys to be used
|
|
|
|
with <code class="option">+sigchase</code>. Each DNSKEY record
|
|
|
|
must be on its own line.
|
|
|
|
</p>
|
2005-08-30 04:18:58 +00:00
|
|
|
<p>
|
2014-05-15 03:57:31 +00:00
|
|
|
If not specified, <span><strong class="command">dig</strong></span> will look
|
|
|
|
for <code class="filename">/etc/trusted-key.key</code> then
|
|
|
|
<code class="filename">trusted-key.key</code> in the current
|
|
|
|
directory.
|
2005-08-30 04:18:58 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Requires dig be compiled with -DDIG_SIGCHASE.
|
2005-08-30 04:18:58 +00:00
|
|
|
</p>
|
|
|
|
</dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]ttlid</code></span></dt>
|
2014-02-20 19:19:27 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Display [do not display] the TTL when printing the
|
|
|
|
record.
|
|
|
|
</p></dd>
|
|
|
|
<dt><span class="term"><code class="option">+[no]ttlunits</code></span></dt>
|
2014-02-20 19:19:27 +00:00
|
|
|
<dd><p>
|
2014-05-15 04:46:54 +00:00
|
|
|
Display [do not display] the TTL in friendly human-readable
|
|
|
|
time units of "s", "m", "h", "d", and "w", representing
|
|
|
|
seconds, minutes, hours, days and weeks. Implies +ttlid.
|
|
|
|
</p></dd>
|
2014-05-15 03:57:31 +00:00
|
|
|
<dt><span class="term"><code class="option">+[no]vc</code></span></dt>
|
2014-02-20 19:19:27 +00:00
|
|
|
<dd><p>
|
2014-05-15 03:57:31 +00:00
|
|
|
Use [do not use] TCP when querying name servers. This
|
|
|
|
alternate syntax to <em class="parameter"><code>+[no]tcp</code></em>
|
|
|
|
is provided for backwards compatibility. The "vc"
|
|
|
|
stands for "virtual circuit".
|
|
|
|
</p></dd>
|
2005-05-11 06:05:43 +00:00
|
|
|
</dl></div>
|
|
|
|
<p>
|
2001-06-08 17:16:44 +00:00
|
|
|
|
2005-05-11 06:05:43 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-10-21 01:04:47 +00:00
|
|
|
<a name="id2545313"></a><h2>MULTIPLE QUERIES</h2>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
The BIND 9 implementation of <span><strong class="command">dig </strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
supports
|
|
|
|
specifying multiple queries on the command line (in addition to
|
|
|
|
supporting the <code class="option">-f</code> batch file option). Each of those
|
|
|
|
queries can be supplied with its own set of flags, options and query
|
|
|
|
options.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
In this case, each <em class="parameter"><code>query</code></em> 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.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
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 <code class="option">+[no]cmd</code> option) can be
|
|
|
|
overridden by a query-specific set of query options. For example:
|
|
|
|
</p>
|
|
|
|
<pre class="programlisting">
|
|
|
|
dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
|
|
|
|
</pre>
|
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
shows how <span><strong class="command">dig</strong></span> could be used from the
|
2005-05-11 06:05:43 +00:00
|
|
|
command line
|
|
|
|
to make three lookups: an ANY query for <code class="literal">www.isc.org</code>, a
|
|
|
|
reverse lookup of 127.0.0.1 and a query for the NS records of
|
|
|
|
<code class="literal">isc.org</code>.
|
2001-06-08 17:16:44 +00:00
|
|
|
|
2005-05-11 06:05:43 +00:00
|
|
|
A global query option of <em class="parameter"><code>+qr</code></em> is
|
|
|
|
applied, so
|
2013-11-07 01:04:45 +00:00
|
|
|
that <span><strong class="command">dig</strong></span> shows the initial query it made
|
2005-05-11 06:05:43 +00:00
|
|
|
for each
|
|
|
|
lookup. The final query has a local query option of
|
2013-11-07 01:04:45 +00:00
|
|
|
<em class="parameter"><code>+noqr</code></em> which means that <span><strong class="command">dig</strong></span>
|
2005-05-11 06:05:43 +00:00
|
|
|
will not print the initial query when it looks up the NS records for
|
|
|
|
<code class="literal">isc.org</code>.
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-10-21 01:04:47 +00:00
|
|
|
<a name="id2545374"></a><h2>IDN SUPPORT</h2>
|
2005-09-09 13:40:39 +00:00
|
|
|
<p>
|
2013-11-07 01:04:45 +00:00
|
|
|
If <span><strong class="command">dig</strong></span> has been built with IDN (internationalized
|
2005-09-09 13:40:39 +00:00
|
|
|
domain name) support, it can accept and display non-ASCII domain names.
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> appropriately converts character encoding of
|
2005-09-09 13:40:39 +00:00
|
|
|
domain name before sending a request to DNS server or displaying a
|
|
|
|
reply from the server.
|
|
|
|
If you'd like to turn off the IDN support for some reason, defines
|
|
|
|
the <code class="envar">IDN_DISABLE</code> environment variable.
|
|
|
|
The IDN support is disabled if the variable is set when
|
2013-11-07 01:04:45 +00:00
|
|
|
<span><strong class="command">dig</strong></span> runs.
|
2005-09-09 13:40:39 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-10-21 01:04:47 +00:00
|
|
|
<a name="id2545397"></a><h2>FILES</h2>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p><code class="filename">/etc/resolv.conf</code>
|
|
|
|
</p>
|
|
|
|
<p><code class="filename">${HOME}/.digrc</code>
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-10-21 01:04:47 +00:00
|
|
|
<a name="id2545414"></a><h2>SEE ALSO</h2>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p><span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
|
|
|
|
<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
|
|
|
|
<span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
|
|
|
|
<em class="citetitle">RFC1035</em>.
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-11-07 01:04:45 +00:00
|
|
|
<div class="refsect1" lang="en">
|
2014-10-21 01:04:47 +00:00
|
|
|
<a name="id2545451"></a><h2>BUGS</h2>
|
2005-05-11 06:05:43 +00:00
|
|
|
<p>
|
|
|
|
There are probably too many query options.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div></body>
|
|
|
|
</html>
|