Updated udp2raw openvpn config guide (markdown)

wangyu- 2018-08-24 20:54:09 +08:00
parent 7e62944186
commit 3ec5c39581

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