mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
Add Minimal Config Type
This commit is contained in:
parent
ec00037526
commit
b460b0ff91
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