I'd like my .NET app to use a proxy which I know how to do except .net doesn't support sock4a/sock5. I know how to setup my app but, how do I setup socat to listen at as a TCP proxy on port 1234 and use the socks5 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