mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Adds missing option description
This commit is contained in:
parent
b1f7158101
commit
bdf8830296
1 changed files with 14 additions and 0 deletions
|
|
@ -807,6 +807,20 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-n</option>,
|
||||
<option>--nodns</option> (Do not resolve hostnames)
|
||||
<indexterm><primary><option>-n</option> (Ncat option)</primary></indexterm>
|
||||
<indexterm><primary><option>--nodns</option> (Ncat option)</primary><see><option>-n</option></see></indexterm>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Completely disable hostname resolution across all Ncat options,
|
||||
such as the destination, source address, source routing hops, and
|
||||
the proxy. All addresses must be specified numerically.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-t</option>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue