From 7f8d152c6d179ac9d5d7848b7b480ac78caec23e Mon Sep 17 00:00:00 2001 From: wulabing Date: Tue, 10 Apr 2018 19:56:16 +0800 Subject: [PATCH] =?UTF-8?q?vmess+http2=20over=20tls=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0962ff6..d3099c9 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,15 @@ * 准备一个域名,并将A记录添加好。 * [V2ray官方说明](https://www.v2ray.com/),了解 TLS WebSocket 及 V2ray 相关信息 * 安装好 curl -## 安装方式 +## 安装方式(不兼容,二选一) +Vmess+websocket+TLS+Nginx+Website ``` bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log ``` +Vmess + HTTP2 over TLS +``` +bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install_h2.sh) | tee v2ray_ins_h2.log +``` ## 启动方式 启动 V2ray:`systemctl start v2ray` @@ -53,6 +58,8 @@ bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_o * V3.3 版本在 Ubuntu 16.04 下进行过并通过测试。 * 请携带 v2ray_ins.log 文件内容进行反馈 ### 更新说明 +## 2018-04-10 +* vmess+http2 over tls 脚本更新 ## 2018-04-08 v3.3.1(Beta) * 安装依赖小幅调整