mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix V2RAY SOCKS port
This commit is contained in:
parent
e1d2d03608
commit
844807f25a
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ if [ -z "$(uci -q get v2ray.main)" ]; then
|
|||
set v2ray.omrout.s_trojan_user_encryption='none'
|
||||
set v2ray.omrout.s_trojan_user_alter_id='0'
|
||||
set v2ray.omrout.s_socks_address=''
|
||||
set v2ray.omrout.s_socks_port='65229'
|
||||
set v2ray.omrout.s_socks_port='65231'
|
||||
set v2ray.omrout.s_socks_user_id=''
|
||||
set v2ray.omrout.s_socks_user_security='none'
|
||||
set v2ray.omrout.s_socks_user_encryption='none'
|
||||
|
@ -188,7 +188,7 @@ fi
|
|||
if [ "$(uci -q get v2ray.omrout.s_socks_port)" = "" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set v2ray.omrout.s_socks_address=''
|
||||
set v2ray.omrout.s_socks_port='65229'
|
||||
set v2ray.omrout.s_socks_port='65231'
|
||||
set v2ray.omrout.s_socks_user_id=''
|
||||
set v2ray.omrout.s_socks_user_security='none'
|
||||
set v2ray.omrout.s_socks_user_encryption='none'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue