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

Disable LZO Compression to mitigate VORACLE

This commit is contained in:
Sidd 2018-08-28 01:40:28 -04:00
parent cc81838501
commit 7d303d3ae5

View file

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