Skip to content

Instantly share code, notes, and snippets.

@sridhar02
Created July 29, 2024 03:07
Show Gist options
  • Save sridhar02/f1e1aff199903ee85b2ffb61c76cbfa0 to your computer and use it in GitHub Desktop.
Save sridhar02/f1e1aff199903ee85b2ffb61c76cbfa0 to your computer and use it in GitHub Desktop.
Setup CloudFlare Warp LinuxArch installation & commands
```bash
#! /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
warp-cli disconnect
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment