[solved] Can't use socks5 proxy... #1720
-
My bad, I found the issue. Just had to import crate with socks feature enabled Hey, I'd appreciate any help on my issue! I'm trying to add a socks5 proxy but it gives error when unwrapping, though in docs it says I can use socks5 proxies. Here is the code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need the |
Beta Was this translation helpful? Give feedback.
-
How can I utilize a SOCKS5 proxy with username and password authentication? For instance: socks5://username:[email protected]:1080 |
Beta Was this translation helpful? Give feedback.
You need the
socks
feature enabled in yourCargo.toml
.