Mar 16, 2014

Raw TCP proxy using socat (Ubuntu)

On ubuntu you can just

# apt-get install socat

and then

# socat TCP-LISTEN:80,fork TCP:192.168.0.200:80