From 6b5555834d26fc84e71aadfc205b409dafdb437d Mon Sep 17 00:00:00 2001 From: Chiedo Date: Sat, 16 Jul 2016 05:50:50 -0400 Subject: [PATCH] Switched from 128 to 256 AES CBC --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 1e24c9a..b76b335 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -276,7 +276,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf ;; esac echo "keepalive 10 120 -cipher AES-128-CBC +cipher AES-256-CBC comp-lzo user nobody group $GROUPNAME @@ -375,7 +375,7 @@ nobind persist-key persist-tun remote-cert-tls server -cipher AES-128-CBC +cipher AES-256-CBC comp-lzo setenv opt block-outside-dns key-direction 1