Skip to content

Commit

Permalink
Disable OpenVPN multi process by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Dec 19, 2024
1 parent d14c473 commit 1f793f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmptcprouter/files/etc/uci-defaults/2020-omr-vpn
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f793f4

Please sign in to comment.