Skip to content

Instantly share code, notes, and snippets.

@gbraad
Created January 14, 2025 07:42
Show Gist options
  • Save gbraad/76317a26591eb478efb100ad20714b7d to your computer and use it in GitHub Desktop.
Save gbraad/76317a26591eb478efb100ad20714b7d to your computer and use it in GitHub Desktop.
Cloudflare Warp client on Fedora/EL

Cloudflare Warp client on Fedora/EL

sudo dnf config-manager --add-repo https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo
sudo dnf install cloudflare-warp

/etc/systemd/resolved.conf

ResolveUnicastSingleLabel=yes
sudo systemctl restart systemd-resolved.service
$ warp-cli register
$ warp-cli connect
$ warp-cli status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment