forward-tcp
v1.1.0
Published
Forward TCP connections to a different TCP server
Downloads
1
Readme
forward-tcp
Forward TCP connections to a different TCP server
npm
npm i -g forward-tcp
Usage
forward-tcp -p 3000 -s 100.115.92.2:8080
This example will start a TCP server on port 3000
, which can be accessed with localhost:3000
and all upload / download will be forwarded to 100.115.92.2:8080