mirror of https://github.com/mack-a/v2ray-agent
feat(version): update
parent
d78bc952d5
commit
7f862bdb94
|
@ -3807,7 +3807,7 @@ customXrayInstall() {
|
|||
echoContent yellow "VLESS前置,默认安装0,如果只需要安装0,则只选择0即可"
|
||||
echoContent yellow "0.VLESS+TLS/XTLS+TCP"
|
||||
echoContent yellow "1.VLESS+TLS+WS[CDN]"
|
||||
echoContent yellow "2.VMess+TLS+TCP"
|
||||
# echoContent yellow "2.VMess+TLS+TCP"
|
||||
echoContent yellow "3.VMess+TLS+WS[CDN]"
|
||||
# echoContent yellow "4.Trojan、Trojan+WS[CDN]"
|
||||
echoContent yellow "4.Trojan"
|
||||
|
@ -4064,14 +4064,11 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v2.5.10-dev_remove_trojan-go_1"
|
||||
echoContent green "当前版本:v2.5.10"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent red "VMess+TLS+TCP(http+tls),将在未来几个版本脚本中移除"
|
||||
echoContent red "此版本正在将trojan-go(trojan)替换为Xray-core(trojan)"
|
||||
echoContent red "=============================================================="
|
||||
if [[ -n "${coreInstallType}" ]]; then
|
||||
echoContent yellow "1.重新安装"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue