Temporarily add compatibility to VLESS

pull/4802/head
2dust 2024-02-29 09:39:12 +08:00
parent 5ff4d35a30
commit a522a02ba2
1 changed files with 4 additions and 0 deletions

View File

@ -920,6 +920,10 @@ namespace v2rayN.Handler
{
return -1;
}
if (!Utile.IsNullOrEmpty(profileItem.security) && profileItem.security != "none")
{
profileItem.security = "none";
}
AddServerCommon(config, profileItem, toFile);