Merge branch 'master' of another.github.com:mack-a/v2ray-agent

pull/534/merge
mack-a 2020-12-14 14:49:13 +08:00
commit 49985cf747
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
- 为规范使用[请加入TG群回复[白嫖]](https://t.me/technologyshare)获取 - 为规范使用[请加入TG群回复[/free]](https://t.me/technologyshare)获取

View File

@ -482,6 +482,10 @@ initTLSNginxConfig(){
echoContent yellow "请输入要配置的域名 例blog.v2ray-agent.com --->" echoContent yellow "请输入要配置的域名 例blog.v2ray-agent.com --->"
read -p "域名:" domain read -p "域名:" domain
fi fi
else
echo
echoContent yellow "请输入要配置的域名 例blog.v2ray-agent.com --->"
read -p "域名:" domain
fi fi
if [[ -z ${domain} ]] if [[ -z ${domain} ]]
@ -3723,7 +3727,7 @@ menu(){
cd cd
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v2.1.25" echoContent green "当前版本v2.1.26"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:七合一共存脚本" echoContent green "描述:七合一共存脚本"
echoContent red "==============================================================" echoContent red "=============================================================="