From fff945d3b7c3ddea872e562ebd30cf218a4b2e46 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 6 Jun 2019 17:57:01 +0200 Subject: [PATCH] switch back to the default ciphers --- docs/client-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client-linux.md b/docs/client-linux.md index 9fdc5f6b..19684963 100644 --- a/docs/client-linux.md +++ b/docs/client-linux.md @@ -58,6 +58,6 @@ In this example we'll assume the IP of our Algo VPN server is `1.2.3.4` and the * For the later 2 options, hover to option in the settings to see a description * Cipher proposal: * Check *Enable custom proposals* - * IKE: `aes256gcm16-prfsha512-ecp384,aes256-sha2_512-prfsha512-ecp384,aes256-sha2_384-prfsha384-ecp384` - * ESP: `aes256gcm16-ecp384,aes256-sha2_512-prfsha512-ecp384` + * IKE: `aes256gcm16-prfsha512-ecp384` + * ESP: `aes256gcm16-ecp384` * Apply and turn the connection on, you should now be connected