I'd like my .NET app to use a proxy which i know how to do except .net doesnt support sock4a/sock5. I know how to setup my app but
How do i setup socat to at as a TCP proxy on part 1234 and use the sock5 server at 127.0.0.1:5678?
It must forward all TCP connect. I had luck with privoxy earlier but that only supports http connections
PS: I am on windows but the commands should be the same as linux
socathas a very complete man page. – Pierre Carrier Jul 8 '12 at 16:46