mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 16:51:02 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
39
tldr/warp-cli
Normal file
39
tldr/warp-cli
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# warp-cli
|
||||
|
||||
> Connect, disconnect and switch modes of a connection to Cloudflare's WARP service.
|
||||
> WARP is a VPN that encrypts traffic for privacy, security, and speed.
|
||||
> See also: `fastd`, `ivpn`, `mozzilavpn`, `mullvad`.
|
||||
> More information: <https://developers.cloudflare.com/warp-client/>.
|
||||
|
||||
- Register the current device to WARP (must be run before first connection):
|
||||
|
||||
`warp-cli register`
|
||||
|
||||
- Connect to WARP:
|
||||
|
||||
`warp-cli connect`
|
||||
|
||||
- Disconnect from WARP:
|
||||
|
||||
`warp-cli disconnect`
|
||||
|
||||
- Display the WARP connection status:
|
||||
|
||||
`warp-cli status`
|
||||
|
||||
- Switch to a specific mode:
|
||||
|
||||
`warp-cli set-mode {{mode}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`warp-cli help`
|
||||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`warp-cli help {{subcommand}}`
|
||||
Reference in New Issue
Block a user