Temporarily add compatibility to VLESS
This commit is contained in:
@@ -920,6 +920,10 @@ namespace v2rayN.Handler
|
|||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
if (!Utile.IsNullOrEmpty(profileItem.security) && profileItem.security != "none")
|
||||||
|
{
|
||||||
|
profileItem.security = "none";
|
||||||
|
}
|
||||||
|
|
||||||
AddServerCommon(config, profileItem, toFile);
|
AddServerCommon(config, profileItem, toFile);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user