origin -> direct

pull/56/head
RPRX 4 years ago committed by GitHub
parent 854712d89a
commit 427417cb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# VLESS over TCP with XTLS + 回落 & 分流 to WHATEVER终极配置 # VLESS over TCP with XTLS + 回落 & 分流 to WHATEVER终极配置
这里是 [进阶配置](<https://github.com/v2fly/v2ray-examples/tree/master/VLESS-TCP-TLS-WS%20(recommended)>) 的超集,利用 VLESS 强大的回落分流特性,实现了 443 端口尽可能多的协议、配置的完美共存,包括 [XTLS](https://www.v2fly.org/config/protocols/vless.html#xtls-%E9%BB%91%E7%A7%91%E6%8A%80) 这里是 [进阶配置](<https://github.com/v2fly/v2ray-examples/tree/master/VLESS-TCP-TLS-WS%20(recommended)>) 的超集,利用 VLESS 强大的回落分流特性,实现了 443 端口尽可能多的协议、配置的完美共存,包括 [XTLS Direct Mode](https://www.v2fly.org/config/protocols/vless.html#xtls-%E9%BB%91%E7%A7%91%E6%8A%80)
客户端可以同时通过下列方式连接到服务器,其中 WS 都可以通过 CDN 客户端可以同时通过下列方式连接到服务器,其中 WS 都可以通过 CDN

@ -23,7 +23,7 @@
"users": [ "users": [
{ {
"id": "", // UUID "id": "", // UUID
"flow": "xtls-rprx-origin", "flow": "xtls-rprx-direct",
"encryption": "none", "encryption": "none",
"level": 0 "level": 0
} }

@ -10,7 +10,7 @@
"clients": [ "clients": [
{ {
"id": "", // UUID "id": "", // UUID
"flow": "xtls-rprx-origin", "flow": "xtls-rprx-direct",
"level": 0, "level": 0,
"email": "love@v2fly.org" "email": "love@v2fly.org"
} }

Loading…
Cancel
Save