mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
Update README.md
This commit is contained in:
parent
722daed9fd
commit
9afb18c743
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Algo VPN is a set of Ansible scripts that simplify the setup of a personal IPSEC
|
|||
|
||||
## Features
|
||||
|
||||
* Supports only IKEv2 with strong crypto: AES-GCM, SHA2, and P-256
|
||||
* Supports only IKEv2 with strong crypto (AES-GCM, SHA2, and P-256) and [WireGuard](https://www.wireguard.com/)
|
||||
* Generates Apple profiles to auto-configure iOS and macOS devices
|
||||
* Includes a helper script to add and remove users
|
||||
* Blocks ads with a local DNS resolver (optional)
|
||||
|
@ -97,7 +97,7 @@ Certificates and configuration files that users will need are placed in the `con
|
|||
|
||||
### Android Devices
|
||||
|
||||
No version of Android supports IKEv2. Install the [WireGuard VPN Client for Android 4 and newer](https://play.google.com/store/apps/details?id=com.wireguard.android). Import the corresponding user.conf config to your device. See the [Android setup instructions](/docs/client-android.md) for more detailed walkthrough.
|
||||
WireGuard is used to provide VPN services since IKEv2 is not supported on Android. Install the [WireGuard VPN Client](https://play.google.com/store/apps/details?id=com.wireguard.android). Import the corresponding `<name>.conf` file to your device, then setup a new connection with it. See the [Android setup instructions](/docs/client-android.md) for more detailed walkthrough.
|
||||
|
||||
### Windows 10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue