I have been looking all over on how to set up a socks5 server and I was hoping someone could help me out.
I am not looking to use http or https over tor. I am looking to install a socks5 proxy server that will forward tcp/udp packets for an application. I have a java app that needs to use my home ip address.
I have had success with:
ssh -N -D 0.0.0.0:5555 localhost
But the socks5 proxy requires no authentication. Not so good. Does anyone know a application out that that will work for my needs?
Comments
No Comments Exist
Be the first, drop a comment!