mirror of https://github.com/2dust/v2rayN
Temporarily add compatibility to VLESS
parent
5ff4d35a30
commit
a522a02ba2
|
@ -920,6 +920,10 @@ namespace v2rayN.Handler
|
|||
{
|
||||
return -1;
|
||||
}
|
||||
if (!Utile.IsNullOrEmpty(profileItem.security) && profileItem.security != "none")
|
||||
{
|
||||
profileItem.security = "none";
|
||||
}
|
||||
|
||||
AddServerCommon(config, profileItem, toFile);
|
||||
|
||||
|
|
Loading…
Reference in New Issue