This commit is contained in:
Chris Broadfoot 2018-09-27 10:22:21 +00:00 committed by GitHub
commit a6799bb752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,5 +3,10 @@
## Installation via profiles
1. [Install the WireGuard VPN Client](https://play.google.com/store/apps/details?id=com.wireguard.android).
2. Copy `wireguard/{username}.conf` to your phone's internal storage.
3. Open the WireGuard app and add a connection using your AlgoVPN configuration file.
2. Add the configuration to your device, one of two ways:
* via QR code (more secure):
* Run `qrencode -t ansiutf8 < wireguard/{username}.conf`
* Open the WireGuard app and add a connection QR code.
* Manually:
* Copy `wireguard/{username}.conf` to your phone's internal storage.
* Open the WireGuard app and add a connection using your AlgoVPN configuration file.