1
0
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:
henri
2013-04-22 19:33:28 +00:00
parent 19a01d75ab
commit 8902a7c1bb

View File

@@ -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();