From 7c5b90f8c88ae07e743b8cd684a8e8af6872627a Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:19:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20reality=20tcp?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BAgrpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/install.sh b/install.sh index 0cc806a..9384e9d 100644 --- a/install.sh +++ b/install.sh @@ -3140,29 +3140,33 @@ EOF { "id": "${uuid}", "add": "${add}", - "flow": "xtls-rprx-vision", + "flow": "", "email": "default_VLESS_reality_Vision" } ], "decryption": "none" }, "streamSettings": { - "network": "tcp", - "security": "reality", - "realitySettings": { - "show": true, - "dest": "${realityDestDomain}", - "xver": 0, - "serverNames": [ - ${realityServerNames} - ], - "privateKey": "${realityPrivateKey}", - "publicKey": "${realityPublicKey}", - "maxTimeDiff": 70000, - "shortIds": [ - "" - ] - } + "network": "grpc", + "security": "reality", + "grpcSettings": { + "serviceName": "grpc" + }, + "realitySettings": { + "show": true, + "dest": "${realityDestDomain}", + "xver": 0, + "minClientVer": "", + "serverNames": [ + ${realityServerNames} + ], + "privateKey": "${realityPrivateKey}", + "publicKey": "${realityPublicKey}", + "maxTimeDiff": 70000, + "shortIds": [ + "" + ] + } } } ] @@ -5773,7 +5777,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.7.13_reality_beta" + echoContent green "当前版本:v2.7.14_reality_beta" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus