mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-20 02:08:54 -04:00
3985. [doc] Describe how +ndots and +search interact in dig.
[RT #37529]
(cherry picked from commit 40b28f5402)
This commit is contained in:
parent
f22001b2ac
commit
ca46ee6d2b
2 changed files with 12 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3985. [doc] Describe how +ndots and +search interact in dig.
|
||||
[RT #37529]
|
||||
|
||||
3982. [doc] Include release notes in product documentation.
|
||||
[RT #37272]
|
||||
|
||||
|
|
|
|||
|
|
@ -624,7 +624,8 @@
|
|||
are interpreted as relative names and will be searched
|
||||
for in the domains listed in the <option>search</option>
|
||||
or <option>domain</option> directive in
|
||||
<filename>/etc/resolv.conf</filename>.
|
||||
<filename>/etc/resolv.conf</filename> if
|
||||
<option>+search</option> is set.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -731,6 +732,13 @@
|
|||
<filename>resolv.conf</filename> (if any). The search
|
||||
list is not used by default.
|
||||
</para>
|
||||
<para>
|
||||
'ndots' from <filename>resolv.conf</filename> (default 1)
|
||||
which may be overridden by <parameter>+ndots</parameter>
|
||||
determines if the name will be treated as relative
|
||||
or not and hence whether a search is eventually
|
||||
performed or not.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue