mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Add setting to remove some dirty log for OpenVPN
This commit is contained in:
parent
1a30dcb48e
commit
84925793aa
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ if [ "$(uci -q get openvpn.omr)" = "" ]; then
|
|||
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
|
||||
commit openvpn
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue