From 8444b1092a118cf7c8bc1204381a3af96699da03 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:35:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 536daa3..83011c3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ > 以下均使用TLS,支持多种协议组合 -- VLESS(Reality、Vision(TCP)、WS、gRPC、SplitHTTP) +- VLESS(Reality、Vision(TCP)、WS、gRPC、XHTTP) - VMess(TCP、WS、HTTPUpgrade) - Trojan(TCP、gRPC) - Hysteria2(sing-box) diff --git a/install.sh b/install.sh index 8b0ef29..82dff00 100644 --- a/install.sh +++ b/install.sh @@ -3432,7 +3432,7 @@ initTuicPort() { # 初始化tuic的协议 initTuicProtocol() { if [[ -n "${tuicAlgorithm}" && -z "${lastInstallationConfig}" ]]; then - read -r -p "读取到上次使用的端口,是否使用 ?[y/n]:" historyTuicAlgorithm + read -r -p "读取到上次使用的算法,是否使用 ?[y/n]:" historyTuicAlgorithm if [[ "${historyTuicAlgorithm}" != "y" ]]; then tuicAlgorithm= else