mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-09-02 22:06:36 +00:00
feat(脚本): 修改名称
This commit is contained in:
+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