envoyproxy/envoy

"PROXY_PROTO" for L4 QUIC proxying

Open

#20,380 建立於 2022年3月16日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/quicarea/udphelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

It's nice to be able to L4 proxy QUIC without losing original client IP. If you can send large packets, one solution is to prepend a proxy-proto style header from "maglev" style Enovy to L7 Envoy.

One way to signal if a packet is munged by setting the version from standard QUIC versions to something synthetic like kPROX. I'd be happy to sanitize some of our munging and unmunging code when/if someone takes a look at this.

貢獻者指南