Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The IP version of `edge-bind-address` will override [`edge-ip-version`](#edge-ip

| Syntax | Default | Environment Variable |
| ------------------------------------------------------------------- | ------- | ------------------------ |
| `cloudflared tunnel --edge-ip-version <VERSION> run <UUID or NAME>` | `auto` | `TUNNEL_EDGE_IP_VERSION` |
| `cloudflared tunnel --edge-ip-version <VERSION> run <UUID or NAME>` | `4` | `TUNNEL_EDGE_IP_VERSION` |

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`.

Expand Down
Loading