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

Remove deprecated compression flag for same mitigation effect

This commit is contained in:
Sidd 2018-08-28 02:13:13 -04:00
parent 7d303d3ae5
commit 29e21843fa

View file

@ -296,7 +296,6 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
esac
echo "keepalive 10 120
cipher AES-256-CBC
comp-lzo no
user nobody
group $GROUPNAME
persist-key
@ -385,7 +384,6 @@ persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
comp-lzo no
setenv opt block-outside-dns
key-direction 1
verb 3" > /etc/openvpn/client-common.txt