Architecture of VLESS over H2C with Caddy2
masterThis configuration implements a proxy chain using VLESS, HTTP/2 (H2), and HTTP/2 Cleartext (H2C) to route traffic from a client to a server through a Caddy2 instance.
Traffic Flow:
v2ray client <--- H2 (HTTP/2) ---> caddy2 <--- H2C (HTTP/2 Cleartext) ---> v2ray server
This setup allows the client to communicate with Caddy2 using standard encrypted HTTP/2, while Caddy2 communicates with the backend V2Ray server using H2C.
v2ray client <--- H2 ---> caddy2 <--- H2C ---> v2ray server