Add VLESS encryption support

This commit is contained in:
DHR60 2025-08-16 21:18:30 +08:00
parent 120e8d0686
commit e2ef804f18

View file

@ -963,7 +963,7 @@ public class ConfigHandler
{ {
return -1; return -1;
} }
if (profileItem.Security.IsNotEmpty() && profileItem.Security != Global.None) if (profileItem.Security.IsNullOrEmpty())
{ {
profileItem.Security = Global.None; profileItem.Security = Global.None;
} }