Fixes
- Fix a potential NPE with translation in multi destinations. (#5112)
- Add PROXY protocol as listener filter, instead of relying on the deprecated use_proxy_proto flag that Envoy exposes. We ensure the filter occurs before the TLS inspector filter, to ensure that PROXY protocol and SNI can be used together. (#5116)