I want to set up a SOCKS proxy that listens on port 1080 and forwards data to another proxy listening on port 22 on 1.2.3.4. How do I do that?
Asked
Active
Viewed 459 times
2 Answers
0
If you don't need any SOCKS-level access control on the first link, and only need TCP, you don't even need to use a SOCKS server on the first hop, just a TCP plug through to the second hop SOCKS server will do.

Adrien
- 267
- 1
- 6