Proxy Protocol Header to Upstream

Hi!

If you deploy Traefik as k8s ingress controller, you can make him listen via proxy protocol - is it possible to send the calls to the upstream also with proxy protocol header?

So Traefik should not only listen via proxy protocol it should also send proxy protocol header to the upstream service …

Hi!

For now, proxy protocol works only on the entrypoint, you can't send proxyprotocol header to your upstream service.