1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-23 21:46:08 +03:00

Change cipher to AES-128-CBC

This commit is contained in:
Nyr 2016-05-16 02:52:33 +02:00
parent ae5b5ce2be
commit ef1ae85797

View File

@ -276,6 +276,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
;;
esac
echo "keepalive 10 120
cipher AES-128-CBC
comp-lzo
user nobody
group $GROUPNAME
@ -374,6 +375,7 @@ nobind
persist-key
persist-tun
remote-cert-tls server
cipher AES-128-CBC
comp-lzo
setenv opt block-outside-dns
key-direction 1