Skip to content

Commit 3d23847

Browse files
[CF1] tunnel run flag note
1 parent 003dbdb commit 3d23847

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pcx_content_type: reference
33
title: Tunnel run parameters
44
sidebar:
55
order: 4
6-
76
---
87

98
This page lists general-purpose configuration options that you can [add](/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/#update-tunnel-run-parameters) to the `cloudflared tunnel run` command.
@@ -49,7 +48,7 @@ The IP version of `edge-bind-address` will override [`edge-ip-version`](#edge-ip
4948

5049
| Syntax | Default | Environment Variable |
5150
| ------------------------------------------------------------------- | ------- | ------------------------ |
52-
| `cloudflared tunnel --edge-ip-version <VERSION> run <UUID or NAME>` | `4` | `TUNNEL_EDGE_IP_VERSION` |
51+
| `cloudflared tunnel --edge-ip-version <VERSION> run <UUID or NAME>` | `4` | `TUNNEL_EDGE_IP_VERSION` |
5352

5453
Specifies the IP address version (IPv4 or IPv6) used to establish a connection between `cloudflared` and the Cloudflare global network. Available values are `auto`, `4`, and `6`.
5554

@@ -81,14 +80,20 @@ Specifies the verbosity of logging for the local `cloudflared` instance. Availab
8180

8281
## `metrics`
8382

84-
| Syntax | Default | Environment Variable |
85-
| ----------------------------------------------------------- | ------------ | -------------------- |
86-
| `cloudflared tunnel --metrics <IP:PORT> run <UUID or NAME>` | Refer to [Tunnel metrics](/cloudflare-one/connections/connect-networks/monitor-tunnels/metrics/)| `TUNNEL_METRICS` |
83+
| Syntax | Default | Environment Variable |
84+
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------- |
85+
| `cloudflared tunnel --metrics <IP:PORT> run <UUID or NAME>` | Refer to [Tunnel metrics](/cloudflare-one/connections/connect-networks/monitor-tunnels/metrics/) | `TUNNEL_METRICS` |
8786

8887
Exposes a Prometheus endpoint on the specified IP address and port, which you can then query for [usage metrics](/cloudflare-one/connections/connect-networks/monitor-tunnels/metrics/).
8988

9089
## `no-autoupdate`
9190

91+
:::note
92+
93+
For locally-managed tunnels and Windows [remotely-managed tunnels](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#remotely-managed-tunnel) only.
94+
95+
:::
96+
9297
| Syntax | Environment Variable |
9398
| ------------------------------------------------------- | -------------------- |
9499
| `cloudflared tunnel --no-autoupdate run <UUID or NAME>` | `NO_AUTOUPDATE` |

src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render } from "~/components";
99

10-
Follow this step-by-step guide to get your first tunnel up and running using Zero Trust.
10+
Follow this step-by-step guide to create your first [remotely-managed tunnel] using Zero Trust.
1111

1212
## 1. Create a tunnel
1313

0 commit comments

Comments
 (0)