mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-10 20:49:51 +05:00
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