1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Disable OpenVPN compression

This commit is contained in:
Ycarus 2018-08-18 23:03:15 +02:00
parent a044c9fadc
commit 471db40c8e

View file

@ -29,7 +29,6 @@ if [ "$(uci -q get openvpn.omr)" = "" ]; then
set openvpn.omr.port=65301
set openvpn.omr.cipher=AES-256-CBC
set openvpn.omr.proto=tcp-client
set openvpn.omr.compress=lz4
set openvpn.omr.enabled=0
set openvpn.omr.ncp_disable=1
set openvpn.omr.auth_nocache=1