We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
/etc/systemd/resolved.conf
ResolveUnicastSingleLabel=yes
Ref: https://gist.github.com/gbraad/76317a26591eb478efb100ad20714b7d
The text was updated successfully, but these errors were encountered: