simple multi-threaded TCP proxy in Go
- Go 98.6%
- Shell 1.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| cmd/tcpee | ||
| vendor | ||
| .gitignore | ||
| build.sh | ||
| example.conf | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| proxy.go | ||
| README.md | ||
A simple multi-threaded TCP proxy in Go with support for setting server / client keepalives and timeouts. Supports multiple configurations and multiple blocks of configurations, e.g. different settings per service you are proxying to.
See example.conf for an example configuration file.