diff --git a/Netch/Servers/V2ray/V2rayUtils.cs b/Netch/Servers/V2ray/V2rayUtils.cs index 8ff2f272..234e2e9c 100644 --- a/Netch/Servers/V2ray/V2rayUtils.cs +++ b/Netch/Servers/V2ray/V2rayUtils.cs @@ -55,7 +55,7 @@ public static class V2rayUtils { server.ServerName = parameter.Get("sni") ?? ""; if (server.TLSSecureType == "xtls") - ((VLESSServer)server).Flow = parameter.Get("flow") ?? ""; + ((VLESSServer)server).Flow = "xtls-rprx-direct"; // splice doesn't support Windows } }