From b460b0ff9155ef40b0c9e084d82c6c03831046d9 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Thu, 24 Jul 2025 00:17:26 +0800 Subject: [PATCH] Add Minimal Config Type --- v2rayN/ServiceLib/Enums/EConfigType.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Enums/EConfigType.cs b/v2rayN/ServiceLib/Enums/EConfigType.cs index 6698f962..71878b27 100644 --- a/v2rayN/ServiceLib/Enums/EConfigType.cs +++ b/v2rayN/ServiceLib/Enums/EConfigType.cs @@ -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, }