feat(脚本): 修改名称
This commit is contained in:
@@ -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)
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user