https://github.com/gjbae1212/go-tcpproxy
simple tcp proxy server.
https://github.com/gjbae1212/go-tcpproxy
proxy tcp tcpproxy tcprelay
Last synced: 9 days ago
JSON representation
simple tcp proxy server.
- Host: GitHub
- URL: https://github.com/gjbae1212/go-tcpproxy
- Owner: gjbae1212
- License: mit
- Created: 2019-07-22T09:27:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T05:11:13.000Z (almost 6 years ago)
- Last Synced: 2023-03-02T11:32:37.709Z (about 2 years ago)
- Topics: proxy, tcp, tcpproxy, tcprelay
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-tcpproxy
simple tcp proxy server## Quick start
```bash
$ ./script.sh build$ tcpproxy start --lport --raddr --rport
```