mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix for MPTCP over VPN
This commit is contained in:
parent
e162e00638
commit
9952f3d416
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ start_service()
|
|||
uci -q batch <<-EOF >/dev/null
|
||||
commit shadowsocks-libev
|
||||
EOF
|
||||
/etc/init.d/shadowsocks restart
|
||||
/etc/init.d/shadowsocks-libev restart
|
||||
/etc/init.d/openvpn restart
|
||||
elif [ "$(uci -q get shadowsocks-libev.hivpn1)" != "" ]; then
|
||||
for c in $(seq 1 $NBCPU); do
|
||||
|
|
Loading…
Reference in a new issue