TCP Proxy on windows supporting SOCK5
Posted
by
acidzombie24
on Server Fault
See other posts from Server Fault
or by acidzombie24
Published on 2012-07-08T02:34:19Z
Indexed on
2012/07/08
3:17 UTC
Read the original article
Hit count: 389
I been using privoxy just fine for the moment. However now i need to redirect non http traffic through a proxy that supports SOCK5. I looked at RINETD and spent some time googling (which led me to a SF question suggesting RINETD) but i couldnt figure out how to make it work. Specifically how to give it a listening port for my .NET apps to connect to and the SOCK5 proxy addr/port to connect to (.NET does not support using SOCK5 which is why i need a proxy).
What is a simple to use proxy on windows? It must support TCP traffic (instead of only http) and supports SOCK5. -edit- portable solution preferred. I should be able to run it on my usb stick under a limited user.
© Server Fault or respective owner