Add VLESS encryption support (#7782)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user