Skip to content

Commit 75a9290

Browse files
authored
Consumer WARP - switch tunnel protocol (#22879)
* PCX-13968 * Update src/content/docs/warp-client/get-started/linux.mdx
1 parent a9275a2 commit 75a9290

File tree

1 file changed

+18
-5
lines changed
  • src/content/docs/warp-client/get-started

1 file changed

+18
-5
lines changed

src/content/docs/warp-client/get-started/linux.mdx

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,33 @@ If you get an error message when trying to install via the terminal, download th
2828

2929
The command line interface is the primary way to use WARP.
3030

31-
### Initial Connection
31+
### Initial connection
3232

3333
To connect for the very first time:
3434

3535
1. Register the client `warp-cli registration new`.
3636
2. Connect `warp-cli connect`.
3737
3. Run `curl https://www.cloudflare.com/cdn-cgi/trace/` and verify that `warp=on`.
3838

39-
### Switching modes
39+
### Switch modes
4040

41-
You can use `warp-cli mode --help` to get a list of the modes to switch between. For example:
41+
You can use `warp-cli mode --help` to get a list of modes to switch between. For example:
4242

43-
- **DNS only mode via DoH:** `warp-cli mode doh`.
44-
- **WARP with DoH:** `warp-cli mode warp+doh`.
43+
- **DNS only mode via DoH:** `warp-cli mode doh`
44+
- **WARP with DoH:** `warp-cli mode warp+doh`
45+
46+
### Switch tunnel protocol
47+
48+
You can switch the protocol that WARP uses to route traffic from the device to Cloudflare.
49+
50+
- **WireGuard:** `warp-cli tunnel protocol set WireGuard`
51+
- **MASQUE:** (default) `warp-cli tunnel protocol set MASQUE`
52+
53+
:::note
54+
The protocol values are case-sensitive.
55+
:::
56+
57+
For information on WireGuard versus MASQUE, refer to our [blog post](https://blog.cloudflare.com/zero-trust-warp-with-a-masque).
4558

4659
### Using 1.1.1.1 for Families
4760

0 commit comments

Comments
 (0)