Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Latest commit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A simple TCP proxy service. It listens on an address (host and port combination) and forwards all TCP traffic to a remote address. Installation: $ go get -u github.com/adhocteam/tcpproxy Usage: $ tcpproxy -l 0.0.0.0:29418 -r origin.server:29418