fix(脚本): 修改gRPC无法匹配h2的问题

pull/534/merge
mack-a 2021-06-03 23:59:47 +08:00
parent fdf730253d
commit 77d29b5f75
1 changed files with 5 additions and 5 deletions

View File

@ -1727,8 +1727,8 @@ EOF
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"alpn": [ "alpn": [
"http/1.1", "h2",
"h2" "http/1.1"
], ],
"certificates": [ "certificates": [
{ {
@ -2061,8 +2061,8 @@ EOF
"xtlsSettings": { "xtlsSettings": {
"minVersion": "1.2", "minVersion": "1.2",
"alpn": [ "alpn": [
"http/1.1", "h2",
"h2" "http/1.1"
], ],
"certificates": [ "certificates": [
{ {
@ -3754,7 +3754,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.4.36" echoContent green "当前版本v2.4.37"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c" echoContent green "描述:八合一共存脚本\c"
showInstallStatus showInstallStatus