How do i use socat as a proxy server?

Posted by acidzombie24 on Server Fault See other posts from Server Fault or by acidzombie24
Published on 2012-07-08T12:25:01Z Indexed on 2012/07/08 15:17 UTC
Read the original article Hit count: 126

Filed under:

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

© Server Fault or respective owner

Related posts about socat