fix(脚本): 修改reality grpc无法连接问题
parent
c534cde27e
commit
e29bdff1b6
|
@ -3199,6 +3199,9 @@ EOF
|
||||||
"grpcSettings": {
|
"grpcSettings": {
|
||||||
"serviceName": "grpc",
|
"serviceName": "grpc",
|
||||||
"multiMode": true
|
"multiMode": true
|
||||||
|
},
|
||||||
|
"sockopt": {
|
||||||
|
"acceptProxyProtocol": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5811,7 +5814,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v2.7.15_reality_beta"
|
echoContent green "当前版本:v2.7.16_reality_beta"
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echoContent green "描述:八合一共存脚本\c"
|
echoContent green "描述:八合一共存脚本\c"
|
||||||
showInstallStatus
|
showInstallStatus
|
||||||
|
|
Loading…
Reference in New Issue