mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
docs/client-android: add instructions to add via QR code
This commit is contained in:
parent
4a42fbea35
commit
e0d9eaaef4
1 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue