I want to setup a SOCKS proxy server on linux, any recommendations?
I currently use SS5 and want to know if there are any better alternatives.
|
I want to setup a SOCKS proxy server on linux, any recommendations? I currently use SS5 and want to know if there are any better alternatives. |
||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Depends on what you need, but the good old Squid can do almost anything. |
|||||||||
|
|
Better? sure, try Zeus's ZXTM, way better but tens of thousands of dollars per license - could you try narrowing down your requirements please. |
|||
|
|
Turn any Linux computer into
|
|||
|
|
|
I recommend SSH as well, mainly because of the strong crypto and maturity of the code. Here is the command I use: ssh -p 22 -C2qTnN -D 8080 user@remote-ssh-server.net |
|||
|
|