mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修复xray-core下的reality无法添加用户的问题
parent
8d4ce3337d
commit
e7c57766d4
|
@ -741,6 +741,8 @@ readConfigHostPathUUID() {
|
|||
# reality
|
||||
if echo ${currentInstallProtocolType} | grep -q ",7,"; then
|
||||
|
||||
currentClients=$(jq -r .inbounds[0].settings.clients ${configPath}07_VLESS_vision_reality_inbounds.json)
|
||||
|
||||
xrayVLESSRealityVisionPort=$(jq -r .inbounds[0].port ${configPath}07_VLESS_vision_reality_inbounds.json)
|
||||
if [[ "${currentPort}" == "${xrayVLESSRealityVisionPort}" ]]; then
|
||||
xrayVLESSRealityVisionPort="${currentDefaultPort}"
|
||||
|
@ -8717,7 +8719,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v3.2.26"
|
||||
echoContent green "当前版本:v3.2.27"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue