Zero Trust Tunnel Cloudflared Config Config
data class ZeroTrustTunnelCloudflaredConfigConfig(val ingressRules: List<ZeroTrustTunnelCloudflaredConfigConfigIngressRule>, val originRequest: ZeroTrustTunnelCloudflaredConfigConfigOriginRequest? = null, val warpRouting: ZeroTrustTunnelCloudflaredConfigConfigWarpRouting? = null)
Constructors
Link copied to clipboard
constructor(ingressRules: List<ZeroTrustTunnelCloudflaredConfigConfigIngressRule>, originRequest: ZeroTrustTunnelCloudflaredConfigConfigOriginRequest? = null, warpRouting: ZeroTrustTunnelCloudflaredConfigConfigWarpRouting? = null)
Properties
Link copied to clipboard
Each incoming request received by cloudflared causes cloudflared to send a request to a local service. This section configures the rules that determine which requests are sent to which local services. Last rule must match all requests, e.g service = "http_status:503"
. Read more.
Link copied to clipboard
Link copied to clipboard
If you're exposing a private network, you need to add the warp-routing
key and set it to true
.