smokescreen icon indicating copy to clipboard operation
smokescreen copied to clipboard

Support PROXY protocol v2

Open multani opened this issue 7 months ago • 0 comments

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?

multani avatar Apr 12 '25 15:04 multani