diff --git a/ReverseProxy/VLESS-TCP-XTLS-WS/client_tcp.jsonc b/ReverseProxy/VLESS-TCP-XTLS-WS/client_tcp.jsonc index e82c479..8a0bc2d 100644 --- a/ReverseProxy/VLESS-TCP-XTLS-WS/client_tcp.jsonc +++ b/ReverseProxy/VLESS-TCP-XTLS-WS/client_tcp.jsonc @@ -41,7 +41,7 @@ "users": [ { "id": "", // 填写你的 UUID - "flow": "xtls-rprx-direct", + "flow": "xtls-rprx-vision", "encryption": "none", "level": 0 } @@ -51,8 +51,8 @@ }, "streamSettings": { "network": "tcp", - "security": "xtls", - "xtlsSettings": { + "security": "tls", + "tlsSettings": { "serverName": "reverse.example" // 换成你的域名 } } diff --git a/ReverseProxy/VLESS-TCP-XTLS-WS/portal.jsonc b/ReverseProxy/VLESS-TCP-XTLS-WS/portal.jsonc index 6da4cfd..7652da8 100644 --- a/ReverseProxy/VLESS-TCP-XTLS-WS/portal.jsonc +++ b/ReverseProxy/VLESS-TCP-XTLS-WS/portal.jsonc @@ -19,7 +19,7 @@ "clients": [ { "id": "", //填写你的 UUID - "flow": "xtls-rprx-direct", + "flow": "xtls-rprx-vsion", "level": 0, "email": "@external" } @@ -43,8 +43,8 @@ }, "streamSettings": { "network": "tcp", - "security": "xtls", - "xtlsSettings": { + "security": "tls", + "tlsSettings": { "alpn": [ "http/1.1" ], diff --git a/Trojan-TCP-XTLS/config_client.jsonc b/Trojan-TCP-XTLS/config_client.jsonc index f23adec..c4b0b90 100644 --- a/Trojan-TCP-XTLS/config_client.jsonc +++ b/Trojan-TCP-XTLS/config_client.jsonc @@ -30,7 +30,7 @@ "servers": [ { "address": "example.com", // your domain name or server IP - "flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice" + "flow": "xtls-rprx-vision", // Linux or android can be changed to "xtls-rprx-splice" "port": 443, "password": "your_password" // your password } @@ -38,8 +38,8 @@ }, "streamSettings": { "network": "tcp", - "security": "xtls", - "xtlsSettings": { + "security": "tls", + "tlsSettings": { "serverName": "example.com" // your domain name } } diff --git a/Trojan-TCP-XTLS/config_server.jsonc b/Trojan-TCP-XTLS/config_server.jsonc index aa257df..59df5ac 100644 --- a/Trojan-TCP-XTLS/config_server.jsonc +++ b/Trojan-TCP-XTLS/config_server.jsonc @@ -10,7 +10,7 @@ "clients": [ { "password":"your_password", // password - "flow": "xtls-rprx-direct" + "flow": "xtls-rprx-vison" } ], "fallbacks": [ @@ -27,8 +27,8 @@ }, "streamSettings": { "network": "tcp", - "security": "xtls", - "xtlsSettings": { + "security": "tls", + "tlsSettings": { "alpn": [ "http/1.1", "h2"