mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
3985. [doc] Describe how +ndots and +search interact in dig.
[RT #37529]
This commit is contained in:
parent
7fbfa379e2
commit
40b28f5402
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
3985. [doc] Describe how +ndots and +search interact in dig.
|
||||
[RT #37529]
|
||||
|
||||
3984. [func] Accept 256 byte long PINs in native PKCS#11
|
||||
crypto. [RT #37410]
|
||||
|
||||
|
@ -683,7 +683,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>
|
||||
@ -790,6 +791,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…
x
Reference in New Issue
Block a user