From fcb291f73b37c0c2893cdb435b9a69b9094ce2d3 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Tue, 18 Apr 2017 11:22:38 -0400 Subject: [PATCH] clarification about ciphers --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09e2e34e..2774b767 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Algo VPN is a set of Ansible scripts that simplify the setup of a personal IPSEC ## Features -* Supports only IKEv2, with a single cipher suite: AES-GCM, HMAC-SHA2, and P-256 DH +* Supports only IKEv2 with strong crypto: AES-GCM, SHA2, and P-256 * Generates Apple profiles to auto-configure iOS and macOS devices -* Includes helper scripts to add and remove users +* Includes a helper script to add and remove users * Blocks ads with a local DNS resolver and HTTP proxy (optional) * Sets up limited SSH users for tunneling traffic (optional) * Based on current versions of Ubuntu and strongSwan -* Installs to DigitalOcean, Amazon EC2, Google Compute Engine, Microsoft Azure, or your own server +* Installs to DigitalOcean, Amazon EC2, Microsoft Azure, Google Compute Engine, or your own server ## Anti-features