mirror of https://github.com/wulabing/Xray_onekey
Update README.md
parent
5b262bc8cf
commit
de0dc6e999
17
README.md
17
README.md
|
@ -5,12 +5,16 @@
|
||||||
## 本脚本目前支持 Centos7 + / Debian 8+ / Ubuntu 16.04+
|
## 本脚本目前支持 Centos7 + / Debian 8+ / Ubuntu 16.04+
|
||||||
|
|
||||||
## 注意事项
|
## 注意事项
|
||||||
* 推荐在纯净环境下使用本脚本,如果你是新手,请不要使用Centos系统
|
* 推荐在纯净环境下使用本脚本,如果你是新手,请不要使用Centos系统。
|
||||||
* 该程序依赖 Nginx 实现相关功能,请使用 [LNMP](https://lnmp.org) 脚本安装过 Nginx 的用户特别留意,使用本脚本可能会导致无法预知的异常(未测试,若存在,后续版本可能会处理本问题)
|
* 在尝试本脚本确实可用之前,请不要将本程序应用于生产环境中。
|
||||||
|
* 该程序依赖 Nginx 实现相关功能,请使用 [LNMP](https://lnmp.org) 或其他类似携带 Nginx 脚本安装过 Nginx 的用户特别留意,使用本脚本可能会导致无法预知的错误(未测试,若存在,后续版本可能会处理本问题)。
|
||||||
* V2Ray 的部分功能依赖于系统时间,请确保您使用V2RAY程序的系统 UTC 时间误差在三分钟之内,时区无关。
|
* V2Ray 的部分功能依赖于系统时间,请确保您使用V2RAY程序的系统 UTC 时间误差在三分钟之内,时区无关。
|
||||||
* 本 bash 依赖于 [V2ray 官方安装脚本](https://install.direct/go.sh) 及 [acme.sh](https://github.com/Neilpang/acme.sh) 工作
|
* 本 bash 依赖于 [V2ray 官方安装脚本](https://install.direct/go.sh) 及 [acme.sh](https://github.com/Neilpang/acme.sh) 工作。
|
||||||
* Centos 系统用户请预先在防火墙中放行程序相关端口(80,443(目标端口,可调整),V2ray转发端口(程序随机生成))
|
* Centos 系统用户请预先在防火墙中放行程序相关端口(默认:80,443)
|
||||||
|
## 准备工作
|
||||||
|
* 准备一个域名,并将A记录添加好。
|
||||||
|
* 阅读[V2ray官方说明](https://www.v2ray.com/),了解 TLS WebSocket 及 V2ray 相关信息
|
||||||
|
* 安装好 git
|
||||||
## 安装方式
|
## 安装方式
|
||||||
```
|
```
|
||||||
git clone https://github.com/wulabing/V2Ray_ws-tls_bash_onekey.git temp
|
git clone https://github.com/wulabing/V2Ray_ws-tls_bash_onekey.git temp
|
||||||
|
@ -30,7 +34,8 @@ bash install.sh | tee v2log.txt
|
||||||
|3|PASS|Debian 9|
|
|3|PASS|Debian 9|
|
||||||
|4|PASS|Ubuntu 16.04|
|
|4|PASS|Ubuntu 16.04|
|
||||||
|5|PASS|Ubuntu 17.04|
|
|5|PASS|Ubuntu 17.04|
|
||||||
|
### 问题反馈
|
||||||
|
* 请携带 v2log.txt 文件内容进行反馈
|
||||||
### 更新说明
|
### 更新说明
|
||||||
## 2017-12-06
|
## 2017-12-06
|
||||||
### V2.0 (stable)
|
### V2.0 (stable)
|
||||||
|
|
Loading…
Reference in New Issue