mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改单独安装VLESS gRPC时导致无法使用的问题
parent
e6b559d83a
commit
8246943acc
|
@ -747,7 +747,7 @@ server {
|
||||||
lingering_close always;
|
lingering_close always;
|
||||||
grpc_read_timeout 1071906480m;
|
grpc_read_timeout 1071906480m;
|
||||||
grpc_send_timeout 1071906480m;
|
grpc_send_timeout 1071906480m;
|
||||||
grpc_pass grpc://127.0.0.1:31304;
|
grpc_pass grpc://127.0.0.1:31301;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
@ -4182,7 +4182,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.5.25"
|
echoContent green "当前版本:v2.5.26"
|
||||||
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