jpillora / go-tcp-proxy

A small TCP proxy written in Go
MIT License
745 stars 197 forks source link

Add proxy protocol support #28

Open Daranix opened 6 months ago

Daranix commented 6 months ago

Added support for proxy protocol allows passing the real IP address of the connected user.

This is usefull if between the end server and the proxy is another piece like a load balancer.