Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/content/docs/warp-client/get-started/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,30 @@ The Linux client supports all 1.1.1.1 for Families modes, in either WARP on DNS-
- **Malware protection:** `warp-cli dns families malware`
- **Malware and adult content:** `warp-cli dns families full`

### Enable WARP+ Unlimited

To enable [WARP+ Unlimited](/warp-client/warp-modes/#warp-unlimited) on Linux, you will need an iOS or Android device that has an existing WARP+ Unlimited subscription.

1. On your iOS or Android device, launch the **1.1.1.1 Faster Internet** app.
2. Go to **Settings** > **Account** and copy the **Key** value.
3. On your Linux device, run the following command:

```sh
warp-cli registration license <KEY>
```
4. Verify the new registration:

```sh
warp-cli registration show
```

```sh output
Account type: Unlimited
...
```

Your WARP+ Unlimited subscription is now active on this device.

### Additional commands

A complete list of all supported commands can be found by running:
Expand Down
10 changes: 9 additions & 1 deletion src/content/docs/warp-client/warp-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,12 @@ If you enable [FIPS compliance](/cloudflare-one/policies/gateway/http-policies/t

While WARP can take advantage of the many Cloudflare data centers around the world to give you a more private and robust connection, WARP+ Unlimited subscribers get access to a larger network. More cities to connect to means you are likely to be closer to a Cloudflare data center, which can reduce latency and improve your browsing speed.

WARP+ Unlimited is a paid, monthly subscription that can be purchased via the Apple App Store and Google Play Store.
WARP+ Unlimited is a paid, monthly subscription that can be purchased via the Apple App Store or Google Play Store.

To subscribe to WARP+ Unlimited:

1. On an iOS or Android device, launch the **1.1.1.1: Faster Internet** app.
2. Select **Settings** > **Upgrade to WARP+**. A dialog will appear with the subscription price.
3. To confirm your subscription, select **Subscribe to WARP+ Unlimited**. All payments are handled by the Apple/Google app store, and the payment information associated with your Apple/Google account will be charged for these subscriptions.

WARP+ Unlimited is now active on this device. You can use your license key on up to five devices.
Loading