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.
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.
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