Xray-1.3.4

[update] README.MD
pull/373/head
wulabing 2021-07-08 19:25:27 +08:00
parent 000f1115dc
commit fbcb87b35b
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 16 additions and 3 deletions

View File

@ -20,17 +20,30 @@ https://github.com/XTLS/Xray-core/issues/91
> 截止 2021-2-24 仅有 V2RayN 4.12+ 及 V2RayNG 1.5.8+ 支持链接及二维码导入
### 支持配置方式
### 安装/更新方式Nginx 前置)
支持配置方式
VLESS + TCP + TLS + Nginx + WebSocket
```
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/nginx_forward/install.sh" && chmod +x install.sh && bash install.sh
```
### 安装/更新方式Xray 前置)
支持配置方式
VLESS + TCP + XTLS / TLS + Nginx
VLESS + TCP + XTLS / TLS + Nginx 及 VLESS + TCP + TLS + Nginx + WebSocket 回落并存模式
### 安装/更新方式Xray
```
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh
```
### 注意事项
* 如果你不了解脚本中各项设置的具体含义,除域名外,请使用脚本提供的默认值;
* 使用本脚本需要你拥有 Linux 基础及使用经验,了解计算机网络部分知识,计算机基础操作;