Class TunnelConfigConfig


  • public final class TunnelConfigConfig
    extends java.lang.Object
    • Method Detail

      • ingressRules

        public java.util.List<TunnelConfigConfigIngressRule> ingressRules()
        Returns:
        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. [Read more](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/local/local-management/ingress/).
      • warpRouting

        public java.util.Optional<TunnelConfigConfigWarpRouting> warpRouting()
        Returns:
        If you're exposing a [private network](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/private-net/), you need to add the `warp-routing` key and set it to `true`.