-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
- HAProxy or stud are commonly used to do edge load balancing or TLS termination.
- When you are behind an ELB that is terminating TLS or doing a TCP load balancer, you will use the PROXY protocol to keep the client IP address.
For these reasons Vulcan should support the PROXY protocol line.
Library for doing this is here:
https://github.com/racker/go-proxy-protocol
cc @songgao