mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-03 05:22:10 +00:00
Temporarily add compatibility to VLESS
This commit is contained in:
parent
5ff4d35a30
commit
a522a02ba2
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue