Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bind v4 and v6 addresses separately in frontends
Use separate bind lines for IPv4 and IPv6. Using "bind :::80 v4v6" causes HAProxy to listen on v4 and v6 addresses but translate v4 source addresses into v6 addresses, which can be seen in HTTP headers. Using separate bind lines causes HAProxy to report source addresses faithfully. * images/router/haproxy/conf/haproxy-config.template: Use separate bind lines for IPv4 and IPv6 listening addresses.
- Loading branch information