1.1.0 • Published 3 years ago

@jcoreio/tcp-proxy v1.1.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

tcp-proxy

Proxy TCP connections to a remote host

Installation

With yarn: yarn global add @jcoreio/tcp-proxy With npm: npm install -g @jcoreio/tcp-proxy

Usage

tcp-proxy <HOST> <PORT>, e.g. tcp-proxy 10.1.1.10 5000

Usage with Docker

If you need to run tcp-proxy on a host that has Docker but not node.js, you can run a command like this:

nohup docker run -p <PORT>:<PORT> node:16 /bin/bash -c "npm install -g @jcoreio/tcp-proxy && tcp-proxy <TARGET IP> <PORT>" > redirect.log &
1.1.0

3 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago