From 3ec5c39581b2ecb9af3c6eee87e4c3094dc85891 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 24 Aug 2018 20:54:09 +0800 Subject: [PATCH] Updated udp2raw openvpn config guide (markdown) --- udp2raw-openvpn-config-guide.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/udp2raw-openvpn-config-guide.md b/udp2raw-openvpn-config-guide.md index f89d1b3..c82653d 100644 --- a/udp2raw-openvpn-config-guide.md +++ b/udp2raw-openvpn-config-guide.md @@ -39,7 +39,9 @@ keepalive 3 20 verb 3 mute 20 -comp-lzo no +comp-lzo no #this option is deprecated since openvpn2.4. For 2.4 and above, use "compress" instead +#compress + cipher none ##### disable openvpn 's cipher and auth for maxmized peformance. auth none ##### you can enable openvpn's cipher and auth,if you dont care about peformance,or you dont trust udp2raw 's encryption @@ -81,7 +83,9 @@ status /etc/openvpn/openvpn-status.log verb 3 mute 20 -comp-lzo no +comp-lzo no #this option is deprecated since openvpn2.4. For 2.4 and above, use "compress" instead +#compress + cipher none ##### disable openvpn 's cipher and auth for maxmized peformance. auth none ##### you can enable openvpn's cipher and auth,if you dont care about peformance,or you dont trust udp2raw 's encryption