Cargo over Socks5 proxy
·
hev
~/.cargo/config
[http]
proxy = "socks5h://localhost:1080"
[https]
proxy = "socks5h://localhost:1080"
~/.cargo/config
[http]
proxy = "socks5h://localhost:1080"
[https]
proxy = "socks5h://localhost:1080"