mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix when v2ray is used as proxy
This commit is contained in:
parent
f3917ea9b7
commit
9e0fbd23a0
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ start_service() {
|
||||||
if [ "$ss_disabled" != "1" ]; then
|
if [ "$ss_disabled" != "1" ]; then
|
||||||
config_load shadowsocks-libev
|
config_load shadowsocks-libev
|
||||||
config_foreach _launch_shadowsocks_tracker ss_local
|
config_foreach _launch_shadowsocks_tracker ss_local
|
||||||
else
|
#elif [ "$(uci -q get shadowsocks-libev.sss0.disabled)" != "1" ]; then
|
||||||
/etc/init.d/shadowsocks-libev rules_down
|
# /etc/init.d/shadowsocks-libev rules_down
|
||||||
fi
|
fi
|
||||||
|
|
||||||
multiserver=false
|
multiserver=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue