back to context overview
socat
List of commands for
socat:
socat
socat:tldr:adde0
socat: Forward incoming data of a local port to another host and port.
$ socat TCP-LISTEN:80,fork TCP4:www.example.com:80
try on your machine
explain this command
back to context overview