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) * 安装依赖小幅调整