mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改名称
parent
6105ac81d9
commit
8444b1092a
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue