smokescreen
smokescreen copied to clipboard
Support PROXY protocol v2
Some load balancers, such as AWS Network Load Balancer, only offers PROXY protocol v2.
The library used by smokescreen, github.com/armon/go-proxyproto, only supports PROXY protocol v1 (cf. https://github.com/armon/go-proxyproto/issues/5)
Would it be possible to switch to another library that also supports PROXY protocol v2, such as github.com/pires/go-proxyproto?