You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,10 +125,9 @@ Writes the application's process identifier (PID) to this file after the first s
|`cloudflared tunnel run --post-quantum <UUID or NAME>`|`TUNNEL_POST_QUANTUM`|
132
131
133
132
By default, Cloudflare Tunnel connections over [`quic`](#protocol) are encrypted using [post-quantum cryptography (PQC)](/ssl/post-quantum-cryptography/) but will fall back to non-PQ if there are issues connecting. If the `--post-quantum` flag is provided, `quic` connections are only allowed to use PQ key agreements, with no fallback to non-PQ.
134
133
@@ -152,6 +151,8 @@ The `auto` value will automatically configure the `quic` protocol. If `cloudflar
152
151
153
152
Allows you to choose the regions to which connections are established. Currently the only available value is `us`, which routes all connections through data centers in the United States. Omit or leave empty to connect to the global region.
154
153
154
+
When the region is set to `us`, `cloudflared` uses different US-specific hostnames and IPs. Refer to [Tunnel with firewall](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-with-firewall/#region-us) for details.
155
+
155
156
## `retries`
156
157
157
158
| Syntax | Default | Environment Variable |
@@ -181,16 +182,15 @@ For remotely-managed tunnels only.
181
182
182
183
Associates the `cloudflared` instance with a specific tunnel. The tunnel's token is shown in the dashboard when you first [create the tunnel](/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/). You can also retrieve the token using the [API](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/token/methods/get/).
183
184
184
-
185
185
## `token-file`
186
186
187
187
:::note
188
188
189
189
For remotely-managed tunnels only. Requires `2025.4.0` or later.
0 commit comments