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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ pcx_content_type: reference
3
3
title: Tunnel run parameters
4
4
sidebar:
5
5
order: 4
6
-
7
6
---
8
7
9
8
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
|`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`|
53
52
54
53
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`.
55
54
@@ -81,14 +80,20 @@ Specifies the verbosity of logging for the local `cloudflared` instance. Availab
|`cloudflared tunnel --metrics <IP:PORT> run <UUID or NAME>`| Refer to [Tunnel metrics](/cloudflare-one/connections/connect-networks/monitor-tunnels/metrics/)|`TUNNEL_METRICS`|
|`cloudflared tunnel --metrics <IP:PORT> run <UUID or NAME>`| Refer to [Tunnel metrics](/cloudflare-one/connections/connect-networks/monitor-tunnels/metrics/)|`TUNNEL_METRICS`|
87
86
88
87
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/).
89
88
90
89
## `no-autoupdate`
91
90
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.
0 commit comments