https://github.com/chocolateloverraj/forward-tcp
Forward TCP connections to a different TCP server
https://github.com/chocolateloverraj/forward-tcp
Last synced: 2 months ago
JSON representation
Forward TCP connections to a different TCP server
- Host: GitHub
- URL: https://github.com/chocolateloverraj/forward-tcp
- Owner: ChocolateLoverRaj
- Created: 2023-03-27T17:40:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T17:47:26.000Z (about 2 years ago)
- Last Synced: 2025-03-11T23:37:05.451Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forward-tcp
Forward TCP connections to a different TCP server## npm
[`forward-tcp`](https://www.npmjs.com/package/forward-tcp)```bash
npm i -g forward-tcp
```## Usage
```bash
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`