2021-10-24 01:28:58 +07:00
|
|
|
# warp-cli
|
|
|
|
|
2024-02-19 13:01:40 -03: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.
|
2024-09-28 00:05:45 +07:00
|
|
|
> See also: `fastd`, `ivpn`, `mozillavpn`, `mullvad`.
|
2021-10-24 01:28:58 +07:00
|
|
|
> More information: <https://developers.cloudflare.com/warp-client/>.
|
|
|
|
|
|
|
|
- Register the current device to WARP (must be run before first connection):
|
|
|
|
|
2024-10-16 09:47:26 +05:30
|
|
|
`warp-cli registration new`
|
2021-10-24 01:28:58 +07:00
|
|
|
|
|
|
|
- Connect to WARP:
|
|
|
|
|
|
|
|
`warp-cli connect`
|
|
|
|
|
|
|
|
- Disconnect from WARP:
|
|
|
|
|
|
|
|
`warp-cli disconnect`
|
|
|
|
|
|
|
|
- Display the WARP connection status:
|
|
|
|
|
|
|
|
`warp-cli status`
|
|
|
|
|
2024-02-19 13:01:40 -03:00
|
|
|
- Switch to a specific mode:
|
|
|
|
|
|
|
|
`warp-cli set-mode {{mode}}`
|
|
|
|
|
2021-10-24 01:28:58 +07:00
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`warp-cli help`
|
|
|
|
|
|
|
|
- Display help for a subcommand:
|
|
|
|
|
|
|
|
`warp-cli help {{subcommand}}`
|