diff --git a/TemplateConfg/v2ray/client/06_outbounds/vless_tcp_xtls_client_config.json b/TemplateConfg/v2ray/client/06_outbounds/vless_tcp_xtls_client_config.json index b1b5a24..8b4a9aa 100644 --- a/TemplateConfg/v2ray/client/06_outbounds/vless_tcp_xtls_client_config.json +++ b/TemplateConfg/v2ray/client/06_outbounds/vless_tcp_xtls_client_config.json @@ -10,7 +10,7 @@ "users": [ { "id": null, - "flow": "xtls-rprx-origin", + "flow": "xtls-rprx-direct", "encryption": "none" } ] diff --git a/TemplateConfg/v2ray/server/05_inbounds/vless_tcp_xtls_server_config.json b/TemplateConfg/v2ray/server/05_inbounds/vless_tcp_xtls_server_config.json index 5857be5..80ab7a8 100644 --- a/TemplateConfg/v2ray/server/05_inbounds/vless_tcp_xtls_server_config.json +++ b/TemplateConfg/v2ray/server/05_inbounds/vless_tcp_xtls_server_config.json @@ -7,7 +7,7 @@ "clients": [ { "id": null, - "flow": "xtls-rprx-origin" + "flow": "xtls-rprx-direct" } ], "decryption": "none", diff --git a/TemplateConfg/v2ray/server/05_inbounds/vless_vmess_xtls_tcp_websocket_server_config.json b/TemplateConfg/v2ray/server/05_inbounds/vless_vmess_xtls_tcp_websocket_server_config.json index 6d1a329..a7d977c 100644 --- a/TemplateConfg/v2ray/server/05_inbounds/vless_vmess_xtls_tcp_websocket_server_config.json +++ b/TemplateConfg/v2ray/server/05_inbounds/vless_vmess_xtls_tcp_websocket_server_config.json @@ -7,7 +7,7 @@ "clients": [ { "id": null, - "flow": "xtls-rprx-origin" + "flow": "xtls-rprx-direct" } ], "decryption": "none",