mirror of
https://github.com/nmap/nmap.git
synced 2026-09-04 01:14:37 +00:00
Let our DNS resolver use nsock proxy chains.
This commit is contained in:
parent
19a01d75ab
commit
8902a7c1bb
1 changed files with 3 additions and 0 deletions
|
|
@ -1189,6 +1189,9 @@ static void nmap_mass_rdns_core(Target **targets, int num_targets) {
|
|||
|
||||
nsp_setdevice(dnspool, o.device);
|
||||
|
||||
if (o.proxy_chain)
|
||||
nsp_set_proxychain(dnspool, o.proxy_chain);
|
||||
|
||||
connect_dns_servers();
|
||||
|
||||
cname_reqs.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue