tcpfw is a tcp connection forwarder, plain and simple.
With Go installed, install via:
go install github.com/kernle32dll/tcpfw@latest
ARGUMENT | DESCRIPTION |
---|---|
--help | displays a help |
--host | host to listen to, defaults to localhost |
--inport | port to listen to |
--outport | port to forward the connection to |