From d547b004c4bfbaf8494a011831c2617212fd5dd5 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 16 Aug 2021 18:02:41 +0000 Subject: [PATCH] Document the --unique option. Fixes #2348 --- docs/refguide.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/refguide.xml b/docs/refguide.xml index bdadb07b8..13cbc8545 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -349,7 +349,7 @@ you would expect. - Tells Nmap to + Tells Nmap to always do reverse DNS resolution on the target IP addresses. Normally reverse DNS is only performed against responsive (online) hosts. @@ -371,6 +371,20 @@ you would expect. + + + (Scan each address only once) + + + + Scan each IP address only once. The default behavior is to scan + each address as many times as it is specified in the target list, + such as when network ranges overlap or different hostnames resolve + to the same address. + + + + (Use system DNS resolver)