V3.3 版本更新日志

pull/41/head
wulabing 2018-04-06 18:11:07 +08:00 committed by GitHub
parent fe3f99faf1
commit 54585bdc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# V2Ray 基于 Nginx 的 vmess+ws+tls 一键安装脚本 Use Path
更新预告 V4.0(时间未定):下一个大版本更新将会把 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.2db8默认是1.0.1db9默认可支持并且golang目前尚未支持TLS1.3所以此变更只是给用户点心理安慰访问网页还是走的TLS1.2
* 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 的改进与维护
@ -12,7 +11,7 @@
## 如果你选择使用 V2ray强烈建议你关闭并删除所有的 shadowsocksR 服务端,仅使用标准的 V2ray 三件套(原因请查看 Wiki
* 本脚本默认安装最新版本的V2ray core
* 本脚本的第一批用户安装的内核为 V2ray core 3.6 版本,请该内核版本的用户,根据下文及时更新内核版本。
* V2ray core 目前最新版本为 3.14
* V2ray core 目前最新版本为 3.16
* 由于新版本增加了 web 伪装因此强烈建议使用默认的443端口作为连接端口
* **感谢作者 dunizb 的自用 开源 html 计算器源码 项目地址 https://github.com/dunizb/sCalc**
## V2ray core 更新方式
@ -49,9 +48,15 @@ git clone https://github.com/wulabing/V2Ray_ws-tls_bash_onekey.git temp && cd te
### 测试说明
* V3.1 版本在 Debian 8 / Debian 9 / Ubuntu 16.04 / Centos 7(防火墙着实又坑了我一把) 上进行过测试。
* V3.3 版本在 Ubuntu 16.04 下进行过并通过测试。
* 请携带 v2ray_ins.log 文件内容进行反馈
### 更新说明
## 2018-04-06
v3.3(Beta)
* 修复 Ubuntu 16.04/17.10 安装后的Nginx启动失败等待反馈
* 修复 由于重复执行脚本导致的 Nginx 安装源的重复添加问题
* 修复 由于重复执行脚本导致的 Nginx 配置文件异常,从而导致 Nginx 启动失败的问题
* 修复 Nginx Ubuntu 源错误添加导致的 Nginx 版本问题
## 2018-04-03
V3.2(Beta)
* Nginx 版本更新至mainline版本