From ce1f18002621ae865f7d71550b97d09e6cd8823f Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 9 Jun 2019 00:08:56 +0800 Subject: [PATCH] change cipher type --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c39d959..0d2c796 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -292,7 +292,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf ;; esac echo "keepalive 10 120 -cipher AES-256-CBC +cipher AES-256-GCM user nobody group $GROUPNAME persist-key @@ -365,7 +365,7 @@ persist-key persist-tun remote-cert-tls server auth SHA512 -cipher AES-256-CBC +cipher AES-256-GCM setenv opt block-outside-dns key-direction 1 verb 3" > /etc/openvpn/client-common.txt