mirror of https://github.com/wulabing/Xray_onekey
V3.2 更新说明
parent
b2904df47d
commit
2c58489f41
10
README.md
10
README.md
|
@ -1,5 +1,6 @@
|
|||
# V2Ray 基于 Nginx 的 vmess+ws+tls 一键安装脚本 (Use Path)
|
||||
## 更新预告 V4.0(beta)(时间未定):下一个大版本更新将会把 h5ai([demo](https://larsjung.de/h5ai/demo/))与 V2ray 结合接起来,同时不会取消当前的计算器伪装,由用户自行选择 伪装页面
|
||||
更新预告 V4.0(beta)(时间未定):下一个大版本更新将会把 h5ai([demo](https://larsjung.de/h5ai/demo/))与 V2ray 结合接起来,同时不会取消当前的计算器伪装,由用户自行选择 伪装页面
|
||||
## V3.2 版本更新虽然对Nginx中添加了http2和TLS1.3的配置信息,但是没什么卵用。因为tls1.3需要openssl版本至少为1.1.1(目前不是stable版本),http2要求openssl至少为1.0.2(db8默认是1.0.1,),并且golang目前尚未支持TLS1.3,所以此变更只是给用户点心理安慰,访问网页还是走的TLS1.2 http2部分也不会生效。
|
||||
* h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too.
|
||||
* V2Ray是一个优秀的开源网络代理工具,可以帮助你畅爽体验互联网,目前已经全平台支持Windows、Mac、Android、IOS、Linux等操作系统的使用。
|
||||
* 本脚本的另一个分支版本(Use Host)地址: https://github.com/dylanbai8/V2Ray_ws-tls_Website_onekey 请根据需求进行选择, 感谢作者 dylanbai8 的改进与维护
|
||||
|
@ -7,7 +8,7 @@
|
|||
* 已安装的用户,当出现无法连接的情况时,请用户根据该文档更新 V2ray core
|
||||
* 请注意:我们依然强烈建议你全方面的了解整个程序的工作流程及原理
|
||||
|
||||
## 目前支持 Centos7 + / Debian 8+ / Ubuntu 16.04+
|
||||
## 目前支持Debian 8+ / Ubuntu 16.04+ (Centos7 V3.2版本需要自己手动修改一下Nginx配置为3.1版本的nginx配置)
|
||||
## 如果你选择使用 V2ray,强烈建议你关闭并删除所有的 shadowsocksR 服务端,仅使用标准的 V2ray 三件套(原因请查看 Wiki )
|
||||
* 本脚本默认安装最新版本的V2ray core
|
||||
* 本脚本的第一批用户安装的内核为 V2ray core 3.6 版本,请该内核版本的用户,根据下文及时更新内核版本。
|
||||
|
@ -51,6 +52,11 @@ git clone https://github.com/wulabing/V2Ray_ws-tls_bash_onekey.git temp && cd te
|
|||
|
||||
* 请携带 v2ray_ins.log 文件内容进行反馈
|
||||
### 更新说明
|
||||
## 2018-04-03
|
||||
V3.2(Pre)
|
||||
* Nginx 版本更新至mainline版本
|
||||
* Nginx 配置中添加 TLS1.3 http2
|
||||
* 新版本 Nginx 配置不支持Centos7(可手动修改后正常使用)
|
||||
## 2018-03-26
|
||||
V3.1(Beta)
|
||||
* 1.去除无关的依赖
|
||||
|
|
Loading…
Reference in New Issue