mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 05:09:02 +00:00
Let our DNS resolver use nsock proxy chains.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user