Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcptee

tcptee is a simple tcp traffic duplicator.

Usage

./tcptee -bind :8000 -backends :2015,:2016,:2017

Example

go run echo_server.go -bind :8001
go run echo_server.go -bind :8002
go run tcptee.go -bind :8000 -backends :8001,:8002
echo 'Hello world' | nc 127.0.0.1 8000

Or run this script: example.sh

License

BSD.

About

tcptee is a simple tcp traffic duplicator.

Topics

Resources

Stars

128 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages