2 - Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
3 - Copyright (C) 2000-2003 Internet Software Consortium.
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.
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.
17 <!-- $Id: dig.html,v 1.13.18.28 2007/05/16 06:11:27 marka Exp $ -->
20 <meta http-equiv=
"Content-Type" content=
"text/html; charset=ISO-8859-1">
22 <meta name=
"generator" content=
"DocBook XSL Stylesheets V1.71.1">
24 <body bgcolor=
"white" text=
"black" link=
"#0000FF" vlink=
"#840084" alink=
"#0000FF"><div class=
"refentry" lang=
"en">
25 <a name=
"man.dig"></a><div class=
"titlepage"></div>
26 <div class=
"refnamediv">
28 <p>dig
— DNS lookup utility
</p>
30 <div class=
"refsynopsisdiv">
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">-q
<em class=
"replaceable"><code>name
</code></em></code>] [
<code class=
"option">-t
<em class=
"replaceable"><code>type
</code></em></code>] [
<code class=
"option">-x
<em class=
"replaceable"><code>addr
</code></em></code>] [
<code class=
"option">-y
<em class=
"replaceable"><code>[
<span class=
"optional">hmac:
</span>]name:key
</code></em></code>] [
<code class=
"option">-
4</code>] [
<code class=
"option">-
6</code>] [name] [type] [class] [queryopt...]
</p></div>
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>
36 <div class=
"refsect1" lang=
"en">
37 <a name=
"id2543508"></a><h2>DESCRIPTION
</h2>
38 <p><span><strong class=
"command">dig
</strong></span>
39 (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>.
48 Although
<span><strong class=
"command">dig
</strong></span> is normally used with
50 arguments, it also has a batch mode of operation for reading lookup
51 requests from a file. A brief summary of its command-line arguments
52 and options is printed when the
<code class=
"option">-h
</code> option is given.
53 Unlike earlier versions, the BIND
9 implementation of
54 <span><strong class=
"command">dig
</strong></span> allows multiple lookups to be issued
59 Unless it is told to query a specific name server,
60 <span><strong class=
"command">dig
</strong></span> will try each of the servers listed
62 <code class=
"filename">/etc/resolv.conf
</code>.
65 When no command line arguments or options are given, will perform an
66 NS query for
"." (the root).
69 It is possible to set per-user defaults for
<span><strong class=
"command">dig
</strong></span> via
70 <code class=
"filename">${HOME}/.digrc
</code>. This file is read and
72 are applied before the command line arguments.
75 The IN and CH class names overlap with the IN and CH top level
76 domains names. Either use the
<code class=
"option">-t
</code> and
77 <code class=
"option">-c
</code> options to specify the type and class or
78 use the
<code class=
"option">-q
</code> the specify the domain name or
79 use
"IN." and
"CH." when looking up these top level domains.
82 <div class=
"refsect1" lang=
"en">
83 <a name=
"id2543577"></a><h2>SIMPLE USAGE
</h2>
85 A typical invocation of
<span><strong class=
"command">dig
</strong></span> looks like:
87 <pre class=
"programlisting"> dig @server name type
</pre>
92 <div class=
"variablelist"><dl>
93 <dt><span class=
"term"><code class=
"constant">server
</code></span></dt>
95 is the name or IP address of the name server to query. This can
97 address in dotted-decimal notation or an IPv6
98 address in colon-delimited notation. When the supplied
99 <em class=
"parameter"><code>server
</code></em> argument is a
101 <span><strong class=
"command">dig
</strong></span> resolves that name before
103 server. If no
<em class=
"parameter"><code>server
</code></em>
104 argument is provided,
105 <span><strong class=
"command">dig
</strong></span> consults
<code class=
"filename">/etc/resolv.conf
</code>
106 and queries the name servers listed there. The reply from the
108 server that responds is displayed.
110 <dt><span class=
"term"><code class=
"constant">name
</code></span></dt>
112 is the name of the resource record that is to be looked up.
114 <dt><span class=
"term"><code class=
"constant">type
</code></span></dt>
116 indicates what type of query is required
—
117 ANY, A, MX, SIG, etc.
118 <em class=
"parameter"><code>type
</code></em> can be any valid query
120 <em class=
"parameter"><code>type
</code></em> argument is supplied,
121 <span><strong class=
"command">dig
</strong></span> will perform a lookup for an
128 <div class=
"refsect1" lang=
"en">
129 <a name=
"id2543668"></a><h2>OPTIONS
</h2>
131 The
<code class=
"option">-b
</code> option sets the source IP address of the query
132 to
<em class=
"parameter"><code>address
</code></em>. This must be a valid
134 one of the host's network interfaces or
"0.0.0.0" or
"::". An optional
136 may be specified by appending
"#<port>"
139 The default query class (IN for internet) is overridden by the
140 <code class=
"option">-c
</code> option.
<em class=
"parameter"><code>class
</code></em> is
142 class, such as HS for Hesiod records or CH for Chaosnet records.
145 The
<code class=
"option">-f
</code> option makes
<span><strong class=
"command">dig
</strong></span>
147 in batch mode by reading a list of lookup requests to process from the
148 file
<em class=
"parameter"><code>filename
</code></em>. The file contains a
150 queries, one per line. Each entry in the file should be organized in
151 the same way they would be presented as queries to
152 <span><strong class=
"command">dig
</strong></span> using the command-line interface.
155 If a non-standard port number is to be queried, the
156 <code class=
"option">-p
</code> option is used.
<em class=
"parameter"><code>port#
</code></em> is
157 the port number that
<span><strong class=
"command">dig
</strong></span> will send its
159 instead of the standard DNS port number
53. This option would be used
160 to test a name server that has been configured to listen for queries
161 on a non-standard port number.
164 The
<code class=
"option">-
4</code> option forces
<span><strong class=
"command">dig
</strong></span>
166 use IPv4 query transport. The
<code class=
"option">-
6</code> option forces
167 <span><strong class=
"command">dig
</strong></span> to only use IPv6 query transport.
170 The
<code class=
"option">-t
</code> option sets the query type to
171 <em class=
"parameter"><code>type
</code></em>. It can be any valid query type
173 supported in BIND
9. The default query type is
"A", unless the
174 <code class=
"option">-x
</code> option is supplied to indicate a reverse lookup.
175 A zone transfer can be requested by specifying a type of AXFR. When
176 an incremental zone transfer (IXFR) is required,
177 <em class=
"parameter"><code>type
</code></em> is set to
<code class=
"literal">ixfr=N
</code>.
178 The incremental zone transfer will contain the changes made to the zone
179 since the serial number in the zone's SOA record was
180 <em class=
"parameter"><code>N
</code></em>.
183 The
<code class=
"option">-q
</code> option sets the query name to
184 <em class=
"parameter"><code>name
</code></em>. This useful do distinguish the
185 <em class=
"parameter"><code>name
</code></em> from other arguments.
188 Reverse lookups
— mapping addresses to names
— are simplified by the
189 <code class=
"option">-x
</code> option.
<em class=
"parameter"><code>addr
</code></em> is
191 address in dotted-decimal notation, or a colon-delimited IPv6 address.
192 When this option is used, there is no need to provide the
193 <em class=
"parameter"><code>name
</code></em>,
<em class=
"parameter"><code>class
</code></em> and
194 <em class=
"parameter"><code>type
</code></em> arguments.
<span><strong class=
"command">dig
</strong></span>
195 automatically performs a lookup for a name like
196 <code class=
"literal">11.12.13.10.in-addr.arpa
</code> and sets the
198 class to PTR and IN respectively. By default, IPv6 addresses are
199 looked up using nibble format under the IP6.ARPA domain.
200 To use the older RFC1886 method using the IP6.INT domain
201 specify the
<code class=
"option">-i
</code> option. Bit string labels (RFC2874)
202 are now experimental and are not attempted.
205 To sign the DNS queries sent by
<span><strong class=
"command">dig
</strong></span> and
207 responses using transaction signatures (TSIG), specify a TSIG key file
208 using the
<code class=
"option">-k
</code> option. You can also specify the TSIG
209 key itself on the command line using the
<code class=
"option">-y
</code> option;
210 <em class=
"parameter"><code>hmac
</code></em> is the type of the TSIG, default HMAC-MD5,
211 <em class=
"parameter"><code>name
</code></em> is the name of the TSIG key and
212 <em class=
"parameter"><code>key
</code></em> is the actual key. The key is a
214 encoded string, typically generated by
215 <span class=
"citerefentry"><span class=
"refentrytitle">dnssec-keygen
</span>(
8)
</span>.
217 Caution should be taken when using the
<code class=
"option">-y
</code> option on
218 multi-user systems as the key can be visible in the output from
219 <span class=
"citerefentry"><span class=
"refentrytitle">ps
</span>(
1)
</span>
220 or in the shell's history file. When
221 using TSIG authentication with
<span><strong class=
"command">dig
</strong></span>, the name
222 server that is queried needs to know the key and algorithm that is
223 being used. In BIND, this is done by providing appropriate
224 <span><strong class=
"command">key
</strong></span> and
<span><strong class=
"command">server
</strong></span> statements in
225 <code class=
"filename">named.conf
</code>.
228 <div class=
"refsect1" lang=
"en">
229 <a name=
"id2543939"></a><h2>QUERY OPTIONS
</h2>
230 <p><span><strong class=
"command">dig
</strong></span>
231 provides a number of query options which affect
232 the way in which lookups are made and the results displayed. Some of
233 these set or reset flag bits in the query header, some determine which
234 sections of the answer get printed, and others determine the timeout
235 and retry strategies.
238 Each query option is identified by a keyword preceded by a plus sign
239 (
<code class=
"literal">+
</code>). Some keywords set or reset an
240 option. These may be preceded
241 by the string
<code class=
"literal">no
</code> to negate the meaning of
243 keywords assign values to options like the timeout interval. They
244 have the form
<code class=
"option">+keyword=value
</code>.
245 The query options are:
248 <div class=
"variablelist"><dl>
249 <dt><span class=
"term"><code class=
"option">+[no]tcp
</code></span></dt>
251 Use [do not use] TCP when querying name servers. The default
252 behavior is to use UDP unless an AXFR or IXFR query is
254 which case a TCP connection is used.
256 <dt><span class=
"term"><code class=
"option">+[no]vc
</code></span></dt>
258 Use [do not use] TCP when querying name servers. This alternate
259 syntax to
<em class=
"parameter"><code>+[no]tcp
</code></em> is
260 provided for backwards
261 compatibility. The
"vc" stands for
"virtual circuit".
263 <dt><span class=
"term"><code class=
"option">+[no]ignore
</code></span></dt>
265 Ignore truncation in UDP responses instead of retrying with TCP.
267 default, TCP retries are performed.
269 <dt><span class=
"term"><code class=
"option">+domain=somename
</code></span></dt>
271 Set the search list to contain the single domain
272 <em class=
"parameter"><code>somename
</code></em>, as if specified in
274 <span><strong class=
"command">domain
</strong></span> directive in
275 <code class=
"filename">/etc/resolv.conf
</code>, and enable
277 processing as if the
<em class=
"parameter"><code>+search
</code></em>
280 <dt><span class=
"term"><code class=
"option">+[no]search
</code></span></dt>
282 Use [do not use] the search list defined by the searchlist or
284 directive in
<code class=
"filename">resolv.conf
</code> (if
286 The search list is not used by default.
288 <dt><span class=
"term"><code class=
"option">+[no]showsearch
</code></span></dt>
290 Perform [do not perform] a search showing intermediate
293 <dt><span class=
"term"><code class=
"option">+[no]defname
</code></span></dt>
295 Deprecated, treated as a synonym for
<em class=
"parameter"><code>+[no]search
</code></em>
297 <dt><span class=
"term"><code class=
"option">+[no]aaonly
</code></span></dt>
299 Sets the
"aa" flag in the query.
301 <dt><span class=
"term"><code class=
"option">+[no]aaflag
</code></span></dt>
303 A synonym for
<em class=
"parameter"><code>+[no]aaonly
</code></em>.
305 <dt><span class=
"term"><code class=
"option">+[no]adflag
</code></span></dt>
307 Set [do not set] the AD (authentic data) bit in the query. The
309 currently has a standard meaning only in responses, not in
311 but the ability to set the bit in the query is provided for
314 <dt><span class=
"term"><code class=
"option">+[no]cdflag
</code></span></dt>
316 Set [do not set] the CD (checking disabled) bit in the query.
318 requests the server to not perform DNSSEC validation of
321 <dt><span class=
"term"><code class=
"option">+[no]cl
</code></span></dt>
323 Display [do not display] the CLASS when printing the record.
325 <dt><span class=
"term"><code class=
"option">+[no]ttlid
</code></span></dt>
327 Display [do not display] the TTL when printing the record.
329 <dt><span class=
"term"><code class=
"option">+[no]recurse
</code></span></dt>
331 Toggle the setting of the RD (recursion desired) bit in the
333 This bit is set by default, which means
<span><strong class=
"command">dig
</strong></span>
334 normally sends recursive queries. Recursion is automatically
336 when the
<em class=
"parameter"><code>+nssearch
</code></em> or
337 <em class=
"parameter"><code>+trace
</code></em> query options are
340 <dt><span class=
"term"><code class=
"option">+[no]nssearch
</code></span></dt>
342 When this option is set,
<span><strong class=
"command">dig
</strong></span>
344 authoritative name servers for the zone containing the name
346 looked up and display the SOA record that each name server has
350 <dt><span class=
"term"><code class=
"option">+[no]trace
</code></span></dt>
352 Toggle tracing of the delegation path from the root name servers
354 the name being looked up. Tracing is disabled by default. When
355 tracing is enabled,
<span><strong class=
"command">dig
</strong></span> makes
357 resolve the name being looked up. It will follow referrals from
359 root servers, showing the answer from each server that was used
363 <dt><span class=
"term"><code class=
"option">+[no]cmd
</code></span></dt>
365 Toggles the printing of the initial comment in the output
367 the version of
<span><strong class=
"command">dig
</strong></span> and the query
369 been applied. This comment is printed by default.
371 <dt><span class=
"term"><code class=
"option">+[no]short
</code></span></dt>
373 Provide a terse answer. The default is to print the answer in a
376 <dt><span class=
"term"><code class=
"option">+[no]identify
</code></span></dt>
378 Show [or do not show] the IP address and port number that
380 answer when the
<em class=
"parameter"><code>+short
</code></em> option
382 short form answers are requested, the default is not to show the
383 source address and port number of the server that provided the
386 <dt><span class=
"term"><code class=
"option">+[no]comments
</code></span></dt>
388 Toggle the display of comment lines in the output. The default
392 <dt><span class=
"term"><code class=
"option">+[no]stats
</code></span></dt>
394 This query option toggles the printing of statistics: when the
396 was made, the size of the reply and so on. The default
398 to print the query statistics.
400 <dt><span class=
"term"><code class=
"option">+[no]qr
</code></span></dt>
402 Print [do not print] the query as it is sent.
403 By default, the query is not printed.
405 <dt><span class=
"term"><code class=
"option">+[no]question
</code></span></dt>
407 Print [do not print] the question section of a query when an
409 returned. The default is to print the question section as a
412 <dt><span class=
"term"><code class=
"option">+[no]answer
</code></span></dt>
414 Display [do not display] the answer section of a reply. The
418 <dt><span class=
"term"><code class=
"option">+[no]authority
</code></span></dt>
420 Display [do not display] the authority section of a reply. The
421 default is to display it.
423 <dt><span class=
"term"><code class=
"option">+[no]additional
</code></span></dt>
425 Display [do not display] the additional section of a reply.
426 The default is to display it.
428 <dt><span class=
"term"><code class=
"option">+[no]all
</code></span></dt>
430 Set or clear all display flags.
432 <dt><span class=
"term"><code class=
"option">+time=T
</code></span></dt>
435 Sets the timeout for a query to
436 <em class=
"parameter"><code>T
</code></em> seconds. The default
437 timeout is
5 seconds.
438 An attempt to set
<em class=
"parameter"><code>T
</code></em> to less
440 in a query timeout of
1 second being applied.
442 <dt><span class=
"term"><code class=
"option">+tries=T
</code></span></dt>
444 Sets the number of times to try UDP queries to server to
445 <em class=
"parameter"><code>T
</code></em> instead of the default,
3.
447 <em class=
"parameter"><code>T
</code></em> is less than or equal to
449 tries is silently rounded up to
1.
451 <dt><span class=
"term"><code class=
"option">+retry=T
</code></span></dt>
453 Sets the number of times to retry UDP queries to server to
454 <em class=
"parameter"><code>T
</code></em> instead of the default,
2.
456 <em class=
"parameter"><code>+tries
</code></em>, this does not include
460 <dt><span class=
"term"><code class=
"option">+ndots=D
</code></span></dt>
462 Set the number of dots that have to appear in
463 <em class=
"parameter"><code>name
</code></em> to
<em class=
"parameter"><code>D
</code></em> for it to be
464 considered absolute. The default value is that defined using
466 ndots statement in
<code class=
"filename">/etc/resolv.conf
</code>, or
1 if no
467 ndots statement is present. Names with fewer dots are
469 relative names and will be searched for in the domains listed in
471 <code class=
"option">search
</code> or
<code class=
"option">domain
</code> directive in
472 <code class=
"filename">/etc/resolv.conf
</code>.
474 <dt><span class=
"term"><code class=
"option">+bufsize=B
</code></span></dt>
476 Set the UDP message buffer size advertised using EDNS0 to
477 <em class=
"parameter"><code>B
</code></em> bytes. The maximum and minimum sizes
478 of this buffer are
65535 and
0 respectively. Values outside
479 this range are rounded up or down appropriately.
480 Values other than zero will cause a EDNS query to be sent.
482 <dt><span class=
"term"><code class=
"option">+edns=#
</code></span></dt>
484 Specify the EDNS version to query with. Valid values
485 are
0 to
255. Setting the EDNS version will cause a
486 EDNS query to be sent.
<code class=
"option">+noedns
</code> clears the
487 remembered EDNS version.
489 <dt><span class=
"term"><code class=
"option">+[no]multiline
</code></span></dt>
491 Print records like the SOA records in a verbose multi-line
492 format with human-readable comments. The default is to print
493 each record on a single line, to facilitate machine parsing
494 of the
<span><strong class=
"command">dig
</strong></span> output.
496 <dt><span class=
"term"><code class=
"option">+[no]fail
</code></span></dt>
498 Do not try the next server if you receive a SERVFAIL. The
500 to not try the next server which is the reverse of normal stub
504 <dt><span class=
"term"><code class=
"option">+[no]besteffort
</code></span></dt>
506 Attempt to display the contents of messages which are malformed.
507 The default is to not display malformed answers.
509 <dt><span class=
"term"><code class=
"option">+[no]dnssec
</code></span></dt>
511 Requests DNSSEC records be sent by setting the DNSSEC OK bit
513 in the OPT record in the additional section of the query.
515 <dt><span class=
"term"><code class=
"option">+[no]sigchase
</code></span></dt>
517 Chase DNSSEC signature chains. Requires dig be compiled with
520 <dt><span class=
"term"><code class=
"option">+trusted-key=####
</code></span></dt>
523 Specifies a file containing trusted keys to be used with
524 <code class=
"option">+sigchase
</code>. Each DNSKEY record must be
528 If not specified
<span><strong class=
"command">dig
</strong></span> will look for
529 <code class=
"filename">/etc/trusted-key.key
</code> then
530 <code class=
"filename">trusted-key.key
</code> in the current directory.
533 Requires dig be compiled with -DDIG_SIGCHASE.
536 <dt><span class=
"term"><code class=
"option">+[no]topdown
</code></span></dt>
538 When chasing DNSSEC signature chains perform a top-down
540 Requires dig be compiled with -DDIG_SIGCHASE.
547 <div class=
"refsect1" lang=
"en">
548 <a name=
"id2545128"></a><h2>MULTIPLE QUERIES
</h2>
550 The BIND
9 implementation of
<span><strong class=
"command">dig
</strong></span>
552 specifying multiple queries on the command line (in addition to
553 supporting the
<code class=
"option">-f
</code> batch file option). Each of those
554 queries can be supplied with its own set of flags, options and query
558 In this case, each
<em class=
"parameter"><code>query
</code></em> argument
560 individual query in the command-line syntax described above. Each
561 consists of any of the standard options and flags, the name to be
562 looked up, an optional query type and class and any query options that
563 should be applied to that query.
566 A global set of query options, which should be applied to all queries,
567 can also be supplied. These global query options must precede the
568 first tuple of name, class, type, options, flags, and query options
569 supplied on the command line. Any global query options (except
570 the
<code class=
"option">+[no]cmd
</code> option) can be
571 overridden by a query-specific set of query options. For example:
573 <pre class=
"programlisting">
574 dig +qr www.isc.org any -x
127.0.0.1 isc.org ns +noqr
577 shows how
<span><strong class=
"command">dig
</strong></span> could be used from the
579 to make three lookups: an ANY query for
<code class=
"literal">www.isc.org
</code>, a
580 reverse lookup of
127.0.0.1 and a query for the NS records of
581 <code class=
"literal">isc.org
</code>.
583 A global query option of
<em class=
"parameter"><code>+qr
</code></em> is
585 that
<span><strong class=
"command">dig
</strong></span> shows the initial query it made
587 lookup. The final query has a local query option of
588 <em class=
"parameter"><code>+noqr
</code></em> which means that
<span><strong class=
"command">dig
</strong></span>
589 will not print the initial query when it looks up the NS records for
590 <code class=
"literal">isc.org
</code>.
593 <div class=
"refsect1" lang=
"en">
594 <a name=
"id2545258"></a><h2>IDN SUPPORT
</h2>
596 If
<span><strong class=
"command">dig
</strong></span> has been built with IDN (internationalized
597 domain name) support, it can accept and display non-ASCII domain names.
598 <span><strong class=
"command">dig
</strong></span> appropriately converts character encoding of
599 domain name before sending a request to DNS server or displaying a
600 reply from the server.
601 If you'd like to turn off the IDN support for some reason, defines
602 the
<code class=
"envar">IDN_DISABLE
</code> environment variable.
603 The IDN support is disabled if the variable is set when
604 <span><strong class=
"command">dig
</strong></span> runs.
607 <div class=
"refsect1" lang=
"en">
608 <a name=
"id2545281"></a><h2>FILES
</h2>
609 <p><code class=
"filename">/etc/resolv.conf
</code>
611 <p><code class=
"filename">${HOME}/.digrc
</code>
614 <div class=
"refsect1" lang=
"en">
615 <a name=
"id2545298"></a><h2>SEE ALSO
</h2>
616 <p><span class=
"citerefentry"><span class=
"refentrytitle">host
</span>(
1)
</span>,
617 <span class=
"citerefentry"><span class=
"refentrytitle">named
</span>(
8)
</span>,
618 <span class=
"citerefentry"><span class=
"refentrytitle">dnssec-keygen
</span>(
8)
</span>,
619 <em class=
"citetitle">RFC1035
</em>.
622 <div class=
"refsect1" lang=
"en">
623 <a name=
"id2545335"></a><h2>BUGS
</h2>
625 There are probably too many query options.