mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-29 11:32:53 +00:00
Add Minimal Config Type
This commit is contained in:
parent
d2169c914a
commit
edbd8ab54a
1 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue