Difference between revisions of "Socat"

From Useful Things
Jump to: navigation, search
(Created page with "== Forward TCP packets == <source lang="bash"> socat TCP-LISTEN:[local_port],fork TCP:[remote_host]:[remote_port] </source>")
 
(No difference)

Latest revision as of 02:43, 5 July 2014

Forward TCP packets

socat TCP-LISTEN:[local_port],fork TCP:[remote_host]:[remote_port]