feat(脚本): 修改名称

master
mack-a 2025-01-21 11:35:23 +08:00
parent 6105ac81d9
commit 8444b1092a
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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