https://github.com/sapcc/gotee
Duplicate TCP stream
https://github.com/sapcc/gotee
Last synced: 9 months ago
JSON representation
Duplicate TCP stream
- Host: GitHub
- URL: https://github.com/sapcc/gotee
- Owner: sapcc
- License: other
- Created: 2019-11-11T13:26:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:40:55.000Z (over 2 years ago)
- Last Synced: 2024-11-09T03:38:58.914Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 4
- Watchers: 39
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoTee
Duplicate TCP stream. Listen for TCP connection, and forward stream to output port 1. When output port 2 is also given,
dupliacte the stream to output port 2.
## Usage
```sh
usage: gotee []
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-l, --listen=":8000" Listen port.
-1, --output port1=":8001" Output port 1.
-2, --output port2=":8002" Output port 2.
-d, --debug Debug.
```