|
2 | 2 | order: 1 |
3 | 3 | --- |
4 | 4 |
|
5 | | -# Arguments |
| 5 | +# Arguments <!-- omit in toc --> |
6 | 6 |
|
7 | 7 | ## Tunnel commands |
8 | 8 |
|
9 | 9 | All tunnel-related commands are prefixed with `tunnel`. For example: |
10 | 10 |
|
11 | 11 | `cloudflared tunnel --url localhost:5555 --hostname x.example.com` |
12 | 12 |
|
13 | | -- [--config](#--config) |
14 | | -- [--url](#--url) |
15 | | -- [--hostname](#--hostname) |
16 | | -- [--lb-pool](#--lb-pool) |
17 | | -- [--autoupdate-freq](#--autoupdate-freq) |
18 | | -- [--no-autoupdate](#--no-autoupdate) |
19 | | -- [--origincert](#--origincert) |
20 | | -- [--no-tls-verify](#--no-tls-verify) |
21 | | -- [--origin-ca-pool](#--origin-ca-pool) |
22 | | -- [--origin-server-name](#--origin-server-name) |
23 | | -- [--metrics](#--metrics) |
24 | | -- [--metrics-update-freq](#--metrics-update-freq) |
25 | | -- [--tag](#--tag) |
26 | | -- [--loglevel](#--loglevel) |
27 | | -- [--proto-loglevel](#--proto-loglevel) |
28 | | -- [--retries](#--retries) |
29 | | -- [--no-chunked-encoding](#--no-chunked-encoding) |
30 | | -- [--hello-world](#--hello-world) |
31 | | -- [--pidfile](#--pidfile) |
32 | | -- [--logfile](#--logfile) |
33 | | -- [--proxy-connect-timeout](#--proxy-connect-timeout) |
34 | | -- [--proxy-tls-timeout](#--proxy-tls-timeout) |
35 | | -- [--proxy-tcp-keepalive](#--proxy-tcp-keepalive) |
36 | | -- [--proxy-no-happy-eyeballs](#--proxy-no-happy-eyeballs) |
37 | | -- [--proxy-keepalive-connections](#--proxy-keepalive-connections) |
38 | | -- [--proxy-keepalive-timeout](#--proxy-keepalive-timeout) |
39 | | -- [--help, -h](#--help) |
40 | | -- [--version, -v](#--version) |
| 13 | +- [Tunnel commands](#tunnel-commands) |
| 14 | + - [`--config`](#--config) |
| 15 | + - [`--url`](#--url) |
| 16 | + - [`--hostname`](#--hostname) |
| 17 | + - [`--lb-pool`](#--lb-pool) |
| 18 | + - [`--autoupdate-freq`](#--autoupdate-freq) |
| 19 | + - [`--no-autoupdate`](#--no-autoupdate) |
| 20 | + - [`--origincert`](#--origincert) |
| 21 | + - [`--no-tls-verify`](#--no-tls-verify) |
| 22 | + - [`--origin-ca-pool`](#--origin-ca-pool) |
| 23 | + - [`--origin-server-name`](#--origin-server-name) |
| 24 | + - [`--metrics`](#--metrics) |
| 25 | + - [`--metrics-update-freq`](#--metrics-update-freq) |
| 26 | + - [`--tag`](#--tag) |
| 27 | + - [`--loglevel`](#--loglevel) |
| 28 | + - [`--proto-loglevel`](#--proto-loglevel) |
| 29 | + - [`--retries`](#--retries) |
| 30 | + - [`--no-chunked-encoding`](#--no-chunked-encoding) |
| 31 | + - [`--hello-world`](#--hello-world) |
| 32 | + - [`--pidfile`](#--pidfile) |
| 33 | + - [`--logfile`](#--logfile) |
| 34 | + - [`--proxy-connect-timeout`](#--proxy-connect-timeout) |
| 35 | + - [`--proxy-tls-timeout`](#--proxy-tls-timeout) |
| 36 | + - [`--proxy-tcp-keepalive`](#--proxy-tcp-keepalive) |
| 37 | + - [`--proxy-no-happy-eyeballs`](#--proxy-no-happy-eyeballs) |
| 38 | + - [`--proxy-keepalive-connections`](#--proxy-keepalive-connections) |
| 39 | + - [`--proxy-keepalive-timeout`](#--proxy-keepalive-timeout) |
| 40 | + - [`--socks5`](#--socks5) |
| 41 | + - [`--help`](#--help) |
| 42 | + - [`--version`](#--version) |
| 43 | +- [Login command](#login-command) |
| 44 | +- [Service commands](#service-commands) |
| 45 | +- [Update command](#update-command) |
41 | 46 |
|
42 | 47 | ### `--config` |
43 | 48 |
|
@@ -251,6 +256,14 @@ Maximum number of idle keepalive connections between Tunnel and your origin. Thi |
251 | 256 |
|
252 | 257 | Timeout after which an idle keepalive connection can be discarded. |
253 | 258 |
|
| 259 | +### `--socks5` |
| 260 | + |
| 261 | +| Syntax | Default | |
| 262 | +|--|--| |
| 263 | +| `--socks5 value` | `true|false` | |
| 264 | + |
| 265 | +Use of `socks5`. See [kubectl](https://developers.cloudflare.com/access/other-protocols/kubectl) for example usage. |
| 266 | + |
254 | 267 | ### `--help` |
255 | 268 |
|
256 | 269 | | Syntax | |
|
0 commit comments