mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 移除MTPROTO
parent
a702f13dba
commit
0ad0876cdd
10
install.sh
10
install.sh
|
@ -3560,7 +3560,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v2.4.7"
|
echoContent green "当前版本:v2.4.8"
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echoContent green "描述:七合一共存脚本"
|
echoContent green "描述:七合一共存脚本"
|
||||||
showInstallStatus
|
showInstallStatus
|
||||||
|
@ -3579,7 +3579,7 @@ menu() {
|
||||||
echoContent yellow "6.更换CDN节点"
|
echoContent yellow "6.更换CDN节点"
|
||||||
echoContent yellow "7.ipv6人机验证"
|
echoContent yellow "7.ipv6人机验证"
|
||||||
echoContent yellow "8.流媒体工具"
|
echoContent yellow "8.流媒体工具"
|
||||||
echoContent yellow "9.设置MTPROTO"
|
echoContent yellow "9.设置MTPROTO[废弃]"
|
||||||
echoContent skyBlue "-------------------------版本管理-----------------------------"
|
echoContent skyBlue "-------------------------版本管理-----------------------------"
|
||||||
echoContent yellow "10.core版本管理"
|
echoContent yellow "10.core版本管理"
|
||||||
echoContent yellow "11.更新Trojan-Go"
|
echoContent yellow "11.更新Trojan-Go"
|
||||||
|
@ -3617,9 +3617,9 @@ menu() {
|
||||||
8)
|
8)
|
||||||
streamingToolbox 1
|
streamingToolbox 1
|
||||||
;;
|
;;
|
||||||
9)
|
# 9)
|
||||||
setMTG 1
|
# setMTG 1
|
||||||
;;
|
# ;;
|
||||||
10)
|
10)
|
||||||
coreVersionManageMenu 1
|
coreVersionManageMenu 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue