Skip to content

Commit 849f17b

Browse files
deadlypants1973thomasgauvin
authored andcommitted
[CF1] region US tunnel destinations (#23722)
* [CF1] region US tunnel destinations * update instructions
1 parent 2e7ed0b commit 849f17b

File tree

2 files changed

+38
-22
lines changed

2 files changed

+38
-22
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ Writes the application's process identifier (PID) to this file after the first s
125125

126126
## `post-quantum`
127127

128-
| Syntax | Environment Variable |
129-
| -------------------------------------------------------- | -------------------- |
130-
| `cloudflared tunnel run --post-quantum <UUID or NAME>` | `TUNNEL_POST_QUANTUM`|
131-
128+
| Syntax | Environment Variable |
129+
| ------------------------------------------------------ | --------------------- |
130+
| `cloudflared tunnel run --post-quantum <UUID or NAME>` | `TUNNEL_POST_QUANTUM` |
132131

133132
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.
134133

@@ -152,6 +151,8 @@ The `auto` value will automatically configure the `quic` protocol. If `cloudflar
152151

153152
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.
154153

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+
155156
## `retries`
156157

157158
| Syntax | Default | Environment Variable |
@@ -181,16 +182,15 @@ For remotely-managed tunnels only.
181182

182183
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/).
183184

184-
185185
## `token-file`
186186

187187
:::note
188188

189189
For remotely-managed tunnels only. Requires `2025.4.0` or later.
190190
:::
191191

192-
| Syntax | Environment Variable |
193-
| ----------------------------------------------- | -------------------- |
194-
| `cloudflared tunnel run --token-file <PATH>` | `TUNNEL_TOKEN_FILE` |
192+
| Syntax | Environment Variable |
193+
| -------------------------------------------- | -------------------- |
194+
| `cloudflared tunnel run --token-file <PATH>` | `TUNNEL_TOKEN_FILE` |
195195

196196
Associates the `cloudflared` instance with a specific tunnel using a file which contains the token.

0 commit comments

Comments
 (0)