mirror of https://github.com/wulabing/Xray_onekey
parent
000f1115dc
commit
fbcb87b35b
19
README.MD
19
README.MD
|
@ -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 基础及使用经验,了解计算机网络部分知识,计算机基础操作;
|
||||
|
|
Loading…
Reference in New Issue