File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
src/content/docs/warp-client/get-started Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,33 @@ If you get an error message when trying to install via the terminal, download th
2828
2929The command line interface is the primary way to use WARP.
3030
31- ### Initial Connection
31+ ### Initial connection
3232
3333To connect for the very first time:
3434
35351 . Register the client ` warp-cli registration new ` .
36362 . Connect ` warp-cli connect ` .
37373 . 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
You can’t perform that action at this time.
0 commit comments