Tunnel Config Config
data class TunnelConfigConfig(val ingressRules: List<TunnelConfigConfigIngressRule>, val originRequest: TunnelConfigConfigOriginRequest? = null, val warpRouting: TunnelConfigConfigWarpRouting? = null)
Constructors
Link copied to clipboard
constructor(ingressRules: List<TunnelConfigConfigIngressRule>, originRequest: TunnelConfigConfigOriginRequest? = null, warpRouting: TunnelConfigConfigWarpRouting? = 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
.