1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-09 04:02:08 +00:00

Switched from 128 to 256 AES CBC

This commit is contained in:
Chiedo 2016-07-16 05:50:50 -04:00
parent ef1ae85797
commit 6b5555834d

View file

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