1
0
Fork 0
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:
Ycarus 2018-07-02 17:17:58 +02:00
parent 1a30dcb48e
commit 84925793aa

View file

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