Add Minimal Config Type

This commit is contained in:
DHR60 2025-07-24 00:17:26 +08:00
parent d2169c914a
commit edbd8ab54a

View file

@ -12,5 +12,9 @@ public enum EConfigType
TUIC = 8,
WireGuard = 9,
HTTP = 10,
Anytls = 11
Anytls = 11,
NaiveProxy = 100,
Juicity = 101,
Brook = 102,
Shadowquic = 103,
}