2021-10-23 19:28:58 +01:00
|
|
|
# warp-cli
|
|
|
|
|
2024-02-19 16:01:40 +00:00
|
|
|
> 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`.
|
2021-10-23 19:28:58 +01:00
|
|
|
> 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`
|
|
|
|
|
2024-02-19 16:01:40 +00:00
|
|
|
- Switch to a specific mode:
|
|
|
|
|
|
|
|
`warp-cli set-mode {{mode}}`
|
|
|
|
|
2021-10-23 19:28:58 +01:00
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`warp-cli help`
|
|
|
|
|
|
|
|
- Display help for a subcommand:
|
|
|
|
|
|
|
|
`warp-cli help {{subcommand}}`
|