SetupCloudFlareWarpLinuxArch_Update
This is a more recent update from setupcloudflarewarplinuxarch Warp’s a free VPN offered by Cloudflare – see Cloudflare Clients are currently available for Android, IOS, OSX, Windows and now Linux Warp
Here’s how to set it up on linux from the command line
Scripted Solution
1 2 3 4 5 6 7 8 9 |
#! /bin/bash yay -S cloudflare-warp-bin sudo systemctl start warp-svc sleep 5 warp-cli register warp-cli status warp-cli connect sleep 5 curl https://www.cloudflare.com/cdn-cgi/trace/ 2>/dev/null |grep warp |
The sleep statements are just there to give the system chance to get started
You can use Cloudflare’s own setup instructions which are here linux desktop client
To disconnect you can use
1
|
warp-cli disconnect |