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:
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
|
3984. [func] Accept 256 byte long PINs in native PKCS#11
|
||||||
crypto. [RT #37410]
|
crypto. [RT #37410]
|
||||||
|
|
||||||
|
@@ -683,7 +683,8 @@
|
|||||||
are interpreted as relative names and will be searched
|
are interpreted as relative names and will be searched
|
||||||
for in the domains listed in the <option>search</option>
|
for in the domains listed in the <option>search</option>
|
||||||
or <option>domain</option> directive in
|
or <option>domain</option> directive in
|
||||||
<filename>/etc/resolv.conf</filename>.
|
<filename>/etc/resolv.conf</filename> if
|
||||||
|
<option>+search</option> is set.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -790,6 +791,13 @@
|
|||||||
<filename>resolv.conf</filename> (if any). The search
|
<filename>resolv.conf</filename> (if any). The search
|
||||||
list is not used by default.
|
list is not used by default.
|
||||||
</para>
|
</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>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user