0

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?

Bruce
  • 23
  • 5

2 Answers2

1

You can do it using sockschain

DukeLion
  • 3,259
  • 1
  • 18
  • 19
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