Wire Wizard QR is a bash script designed to make it easy for you to generate WireGuard configuration files and QR Codes.
- Easily generate WireGuard configuration files with custom parameters
- Auto-generate QR Codes for easy mobile setup
- Predefined server options for quick selection
- Dynamic endpoint and public key options
- Bash
- WireGuard tools
- QRencode
Clone this repository or download the script and run it in a terminal window.
git clone https://github.com/jacobgraf/wirewizardqr.git && cd wirewizardqr && chmod +x wire-wizard-qr.sh
Execute the script by running:
./wire-wizard-qr.sh
Follow the on-screen prompts to generate your WireGuard configurations and QR Codes. The generated files will be saved in a directory specified during the script execution.
This project is licensed under the GNU General Public License v3 (GPLv3). For more details, see the LICENSE file in the repository.
Contributions are welcome! Please read the contributing guidelines before making any changes.