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

Disable OpenVPN multi process by default for now

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-12-19 11:24:31 +01:00
parent d14c473e7d
commit 1f793f4612

View file

@ -189,6 +189,7 @@ if [ "$NBCPU" -gt 1 ] && [ -z "$(uci -q get openvpn.omr2)" ]; then
uci -q commit openvpn
uci -q commit firewall
uci set -q openmptcprouter.vps.get_config="1"
uci -q set openmptcprouter.settings.openvpn_lb="0"
uci -q commit openmptcprouter
fi