Hi,
Are there any plugins or example templates for caddy to be configured as transparent proxy ?
In particular, I want to create a setup with caddy where client sends traffic to caddy (acting as transparent proxy). Caddy should then forward the connection to another forward proxy. The forward proxy will send the traffic to the server.
For example - HTTPS traffic flow
Client Caddy Forward proxy Server
==============================================================================
TLS handshake Extract SNI Respond to
and send connect
connect request
request to
forward proxy
Forward TLS
handshake to
Forward proxy