mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-03 20:35:35 +08:00
Updated udp2raw openvpn config guide (markdown)
@@ -39,7 +39,9 @@ keepalive 3 20
|
|||||||
verb 3
|
verb 3
|
||||||
mute 20
|
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.
|
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
|
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
|
verb 3
|
||||||
mute 20
|
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.
|
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
|
auth none ##### you can enable openvpn's cipher and auth,if you dont care about peformance,or you dont trust udp2raw 's encryption
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user