mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
luci ssr plus: adjust SS/SSR UDP relay mode parm
This commit is contained in:
parent
b9e5ea8234
commit
78986783c1
@ -317,9 +317,9 @@ start_redir() {
|
||||
pid_file="/var/run/ssr-reudp.pid"
|
||||
redir_udp=1
|
||||
$ucmd \
|
||||
-c $last_config_file $ARG_OTA $ARG_UDP \
|
||||
-c $last_config_file $ARG_OTA -U \
|
||||
-f $pid_file
|
||||
elif [ "$utype" == "v2ray" ] ; then
|
||||
elif [ "$utype" == "v2ray" ] ; then
|
||||
lua /usr/share/shadowsocksr/genv2config.lua $UDP_RELAY_SERVER udp > /var/etc/v2-ssr-reudp.json
|
||||
$ucmd -config /var/etc/v2-ssr-reudp.json >/dev/null 2>&1 &
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user