Zero Trust Tunnel Cloudflared Config Config Origin Request Args
Constructors
Properties
Access rules for the ingress service.
Runs as jump host.
Timeout for establishing a new TCP connection to your origin server. This excludes the time taken to establish TLS, which is controlled by tlsTimeout
. Defaults to 30s
.
Disables chunked transfer encoding. Useful if you are running a Web Server Gateway Interface (WSGI) server. Defaults to false
.
Enables HTTP/2 support for the origin connection. Defaults to false
.
Sets the HTTP Host header on requests sent to the local service. Defaults to ""
.
IP rules for the proxy service.
Maximum number of idle keepalive connections between Tunnel and your origin. This does not restrict the total number of concurrent connections. Defaults to 100
.
Timeout after which an idle keepalive connection can be discarded. Defaults to 1m30s
.
Disable the “happy eyeballs” algorithm for IPv4/IPv6 fallback if your local network has misconfigured one of the protocols. Defaults to false
.
Disables TLS verification of the certificate presented by your origin. Will allow any certificate from the origin to be accepted. Defaults to false
.
Hostname that cloudflared should expect from your origin server certificate. Defaults to ""
.
cloudflared starts a proxy server to translate HTTP traffic into TCP when proxying, for example, SSH or RDP. This configures the listen address for that proxy. Defaults to 127.0.0.1
.
The timeout after which a TCP keepalive packet is sent on a connection between Tunnel and the origin server. Defaults to 30s
.
Timeout for completing a TLS handshake to your origin server, if you have chosen to connect Tunnel to an HTTPS server. Defaults to 10s
.