Add, revoke and download WireGuard vpn profiles with QR Code support.
composer install
cp .env.example .env
- Set
APP_KEY
to a random string. cp ./storage/app/users/users.json.example ./storage/app/users/users.json
- Setup a user with a username and password I strongly recommend the use of a UUID as a password
- Serve
./public
New drivers can be added by implementing the VPNDriver.php
interface.