1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-08-26 07:33:46 +02:00
parent e1d2d03608
commit 844807f25a

View file

@ -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'