mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 05:39:01 +00:00
Use the new API that nsock provides for proxychain parsing/handling.
This commit is contained in:
@@ -2674,7 +2674,7 @@ int service_scan(std::vector<Target *> &Targets) {
|
||||
nsp_setdevice(nsp, o.device);
|
||||
|
||||
if (o.proxy_chain) {
|
||||
nsock_set_proxychain(nsp, o.proxy_chain);
|
||||
nsp_set_proxychain(nsp, o.proxy_chain);
|
||||
}
|
||||
|
||||
#if HAVE_OPENSSL
|
||||
|
||||
Reference in New Issue
Block a user