mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 03:16:53 +00:00
Add VLESS encryption support (#7782)
This commit is contained in:
parent
120e8d0686
commit
310d266745
1 changed files with 1 additions and 1 deletions
|
@ -963,7 +963,7 @@ public class ConfigHandler
|
|||
{
|
||||
return -1;
|
||||
}
|
||||
if (profileItem.Security.IsNotEmpty() && profileItem.Security != Global.None)
|
||||
if (profileItem.Security.IsNullOrEmpty())
|
||||
{
|
||||
profileItem.Security = Global.None;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue