mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
Always use direct
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user