Update V2rayConfigHandler.cs
This commit is contained in:
@@ -473,7 +473,14 @@ namespace v2rayN.Handler
|
||||
//if xtls
|
||||
if (config.streamSecurity() == Global.StreamSecurityX)
|
||||
{
|
||||
usersItem.flow = config.flow();
|
||||
if (Utils.IsNullOrEmpty(config.flow()))
|
||||
{
|
||||
usersItem.flow = "xtls-rprx-origin";
|
||||
}
|
||||
else
|
||||
{
|
||||
usersItem.flow = config.flow();
|
||||
}
|
||||
}
|
||||
|
||||
//Mux
|
||||
|
||||
Reference in New Issue
Block a user