Add, revoke and download WireGuard vpn profiles with QR Code support.
composer installcp .env.example .env- Set
APP_KEYto 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.