feat(一键脚本): 增加描述

pull/534/merge
mack-a 2020-06-28 18:35:05 +08:00
parent f5eb9cc4c4
commit c7556f5692
6 changed files with 9 additions and 3 deletions

View File

@ -52,8 +52,11 @@ bash <(curl -L -s https://raw.githubusercontent.com/mack-a/v2ray-agent/master/in
- 8.增加定时任务 自动续期tls【todo】
# 示例图
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/一键脚本示例图01.png" width=400>
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/一键脚本示例图02.png" width=400>
- 未安装
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/一键脚本未安装.png" width=400>
- 已安装
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/一键脚本已安装.png" width=400>
## 全自动生成TLS证书一键脚本[只生成TLS证书]
- 针对只需要生成TLS证书的用户

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

View File

@ -466,6 +466,9 @@ init(){
v2rayVersion=`/usr/bin/v2ray/v2ray -version|awk '{print $2}'|head -1`
echoContent yellow " version${v2rayVersion}"
echoContent yellow " 安装路径:/usr/bin/v2ray/"
echoContent yellow " 日志路径:"
echoContent yellow " access: /tmp/v2ray/v2ray_access_ws_tls.log"
echoContent yellow " error: /tmp/v2ray/v2ray_error_ws_tls.log"
else
echoContent yellow " 暂未安装"
fi
@ -494,7 +497,7 @@ init(){
echoContent red "错误处理【这里请仔细阅读】"
echoContent yellow "Debian"
echoContent green " 错误1WARNING: apt does not have a stable CLI interface. Use with caution in scripts.【这个错误无需处理】"
echoContent green " 错误2如果错误很多且安装失败则需要重启vps无需重新安装。这种情况是在安装过程中意外断开导致。"
echoContent green " 错误2如果错误很多且安装失败则需要重启vps无需重新安装OS。这种情况是在安装过程中意外断开导致。"
echoContent red "=============================================================="
echoContent yellow " 1.安装"
echoContent yellow " 2.BBR安装[推荐BBR+FQ 或者 BBR+Cake]"