Nord-Pproxy
nord-proxy is a Rust crate for retrieving NordVPN proxy endpoints (SOCKS5 and HTTP/HTTPS)
and integrating them with reqwest.
Usage
use ;
// SOCKS5 proxies
let socks5 = new.await;
let socks5_proxies = socks5.proxies;
// HTTPS proxies
let proxy = new.await;
let http_proxies = proxy.proxies;
// Example: use with reqwest
let proxy_info = &http_proxies;
let client = builder
.proxy
.build?;