How do to send to a SOCKS5 proxy with username and password? #131
-
Can't figure out how to send to a SOCKS5 proxy with username, pass. My best guess would be the standard socks5://user:pass@ip:port but that doesn't seem to work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
nevermind. I must have configured it wrong or something |
Beta Was this translation helpful? Give feedback.
-
Socks4 Socks5 |
Beta Was this translation helpful? Give feedback.
Socks4
Socks4 only support USERID auth.
-proxy socks4://<userid>@server_host:port
Socks5
-proxy socks5://<username>:<password>@server_host:port