1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Add little documentation for DNS resolution of truncated packets. Closes #468

This commit is contained in:
abhishek
2016-07-24 18:50:20 +00:00
parent 6d8b8995b6
commit db88bed93a

View File

@@ -999,6 +999,12 @@ Traceroute works by sending packets with a low TTL (time-to-live) in an attempt
time with <option>--dns-servers</option> until you find one
which works.</para>
<para>This option might not be honored if the DNS response
exceeds the size of a UDP packet. In such a situation our DNS
resolver will make the best effort to extract a response from the
truncated packet, and if not successful it will fall back to
using the system resolver. Also, responses that contain CNAME aliases
will fall back to the system resolver.</para>
</listitem>
</varlistentry>