feat(一键脚本): 完善一键脚本
parent
89c772bd01
commit
01f0d2f76c
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
# 一键脚本【全自动WebSocket+TLS+CDN一键脚本】
|
# 一键脚本【全自动WebSocket+TLS+CDN一键脚本】
|
||||||
- 目前仅支持Centos,后续支持剩余系统
|
- 目前支持Centos、Ubuntu、Debian
|
||||||
```
|
```
|
||||||
bash <(curl -L -s https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh)
|
bash <(curl -L -s https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh)
|
||||||
```
|
```
|
||||||
|
|
|
@ -273,6 +273,8 @@ installV2Ray(){
|
||||||
fi
|
fi
|
||||||
echoContent yellow "客户端链接--->"
|
echoContent yellow "客户端链接--->"
|
||||||
qrEncode $1
|
qrEncode $1
|
||||||
|
echoContent yellow "监听V2Ray日志,如有日志出现则证明线路可用--->"
|
||||||
|
tail -f /tmp/v2ray/v2ray_access_ws_tls.log
|
||||||
}
|
}
|
||||||
# 开机自启
|
# 开机自启
|
||||||
installV2RayService(){
|
installV2RayService(){
|
||||||
|
|
Loading…
Reference in New Issue