mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 06:29:02 +00:00
--route-dst has been a useful debugging option, but it ran inline during option processing and always used AF_UNSPEC to resolve names. Let it run after options have been processed, so it can obey things like -6, -S, and -e. Let it always resolve with o.af(), so you get different results: nmap --route-dst scanme.nmap.org nmap -6 --route-dst scanme.nmap.org
122 KiB
122 KiB