mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix Xray Shadowsocks 2022 key
This commit is contained in:
parent
bea73de8fc
commit
9519b73051
1 changed files with 1 additions and 1 deletions
|
@ -1649,7 +1649,7 @@ _set_config_from_vps() {
|
|||
set xray.omrout.s_vless_user_id="$xray_key"
|
||||
set xray.omrout.s_vless_port="$xray_port"
|
||||
EOF
|
||||
uci -q set xray.omrout.s_shadowsocks_password=$ss_key
|
||||
#uci -q set xray.omrout.s_shadowsocks_password=$xray_sskey
|
||||
if [ "$(uci -q get xray.omrout.s_vmess_address)" != "127.0.0.1" ]; then
|
||||
uci -q set xray.omrout.s_vmess_address="$vpsip"
|
||||
uci -q set xray.omrout.s_vless_address="$vpsip"
|
||||
|
|
Loading…
Reference in a new issue