Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflare Warp client on Fedora/EL #63

Open
gbraad opened this issue Jan 14, 2025 · 1 comment
Open

Cloudflare Warp client on Fedora/EL #63

gbraad opened this issue Jan 14, 2025 · 1 comment

Comments

@gbraad
Copy link
Collaborator

gbraad commented Jan 14, 2025

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

Ref: https://gist.github.com/gbraad/76317a26591eb478efb100ad20714b7d

@gbraad
Copy link
Collaborator Author

gbraad commented Jan 14, 2025

Alternative option using wgcf:

$ wgcf register
$ wgcf generate
$ sudo cp ./wgcf-profile.conf /etc/wireguard/cloudflare.conf
$ sudo dnf install wireguard-tools
$ wg-quick up cloudflare
$ wg-quick down cloudflare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant