/tcproxy

basic TCP reverse proxy

Primary LanguageGoApache License 2.0Apache-2.0

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

  • Support forwarding TCP connections
  • Perform Round-Robin load balancing
  • Support sticky sessions
  • Add PROXY protocol option
  • Extend support to UDP and Unix sockets