1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 05:33:30 +03:00

change cipher type

This commit is contained in:
bh 2019-06-09 00:08:56 +08:00
parent a6048d509f
commit ce1f180026

View file

@ -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