Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.56 KB

Wire Wizard QR

WireGuard Config and QR Code Generator

Table of Contents

Overview

Wire Wizard QR is a bash script designed to make it easy for you to generate WireGuard configuration files and QR Codes.

Features

  • 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

Requirements

  • Bash
  • WireGuard tools
  • QRencode

Installation

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

Usage

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.

License

This project is licensed under the GNU General Public License v3 (GPLv3). For more details, see the LICENSE file in the repository.

Contributions

Contributions are welcome! Please read the contributing guidelines before making any changes.