1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix MPTCP over VPN Wireguard

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-04-19 18:19:07 +02:00
parent 439dd45bd4
commit 296c5c6764

View file

@ -2269,7 +2269,7 @@ _config_service() {
[ -n "$(uci -q get openvpn.omr)" ] && [ -z "$(_set_openvpn_vps)" ] && error=1
[ -n "$(uci -q get mlvpn.general)" ] && [ -z "$(_set_mlvpn_vps)" ] && error=1
_set_vps_firewall
[ -n "$(uci -q get wireguard)" ] && [ -z "$(_set_wireguard_vps)" ] && error=1
[ -n "$(uci -q show network | grep wireguard)" ] && [ -z "$(_set_wireguard_vps)" ] && error=1
fi
_backup_list
redirect_port="0"