https://github.com/lnsp/tcproxy
basic TCP reverse proxy
https://github.com/lnsp/tcproxy
hacktoberfest
Last synced: about 1 year ago
JSON representation
basic TCP reverse proxy
- Host: GitHub
- URL: https://github.com/lnsp/tcproxy
- Owner: lnsp
- License: apache-2.0
- Created: 2020-09-25T22:23:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T22:44:58.000Z (over 5 years ago)
- Last Synced: 2025-02-11T16:41:50.767Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tcproxy
This repository contains tcproxy, a simple TCP reverse proxy. In the future it may be extended to be able to proxy more
than just TCP and support more advanced features such as the PROXY Protocol.
## Roadmap
- [x] Support forwarding TCP connections
- [x] Perform Round-Robin load balancing
- [ ] Support sticky sessions
- [ ] Add PROXY protocol option
- [ ] Extend support to UDP and Unix sockets