mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修改xray安装时无法安装脚本定时任务的bug、删除README mtproto相关描述
parent
e544d2d41a
commit
920ba6da93
|
@ -39,7 +39,6 @@
|
||||||
- 支持Debian、Ubuntu、Centos,支持主流的cpu架构。**不建议使用Centos以及低版本的系统,2.3.x后不再支持Centos6**
|
- 支持Debian、Ubuntu、Centos,支持主流的cpu架构。**不建议使用Centos以及低版本的系统,2.3.x后不再支持Centos6**
|
||||||
- 支持个性化安装
|
- 支持个性化安装
|
||||||
- 支持多用户管理
|
- 支持多用户管理
|
||||||
- **支持MTPROTO[FAKE TLS],此协议有被阻断的风险,谨慎使用**
|
|
||||||
- 支持Netflix检测、支持DNS流媒体解锁、支持任意门解锁Netflix
|
- 支持Netflix检测、支持DNS流媒体解锁、支持任意门解锁Netflix
|
||||||
- 无需卸载即可安装、重装任意组合
|
- 无需卸载即可安装、重装任意组合
|
||||||
- 支持卸载时保留Nginx、tls证书。如果acme.sh申请的证书有效的情况下,不会重新签发。
|
- 支持卸载时保留Nginx、tls证书。如果acme.sh申请的证书有效的情况下,不会重新签发。
|
||||||
|
|
|
@ -3363,7 +3363,7 @@ xrayCoreInstall() {
|
||||||
initXrayConfig all 12
|
initXrayConfig all 12
|
||||||
cleanUp v2rayDel
|
cleanUp v2rayDel
|
||||||
initTrojanGoConfig 13
|
initTrojanGoConfig 13
|
||||||
# installCronTLS 14
|
installCronTLS 14
|
||||||
nginxBlog 15
|
nginxBlog 15
|
||||||
updateRedirectNginxConf
|
updateRedirectNginxConf
|
||||||
handleXray stop
|
handleXray stop
|
||||||
|
@ -3556,7 +3556,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.9"
|
echoContent green "当前版本:v2.4.10"
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue