Generate WireGuard configurations for Cloudflare WARP.
https://lanrat.github.io/wireguard-warp-generator/
A browser-based tool that generates configs entirely client-side. Features QR code for mobile import and customizable options.
Command-line tool for generating WARP configs. See scripts/README.md for usage.
# Basic usage
./scripts/warp-register.sh > warp.conf
# With QR code and account info
./scripts/warp-register.sh --qr --info > warp.conf- Generates a WireGuard keypair locally
- Registers the public key with Cloudflare's WARP API
- Outputs a complete WireGuard configuration
MIT