From 9560851a3f638832bf7e08b6ec0d920ca420a320 Mon Sep 17 00:00:00 2001 From: chika0801 <88967758+chika0801@users.noreply.github.com> Date: Sun, 30 Jul 2023 16:37:44 +0800 Subject: [PATCH] add juicity --- v2rayN/v2rayN/Mode/ECoreType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Mode/ECoreType.cs b/v2rayN/v2rayN/Mode/ECoreType.cs index 930ee512..2f20ed0b 100644 --- a/v2rayN/v2rayN/Mode/ECoreType.cs +++ b/v2rayN/v2rayN/Mode/ECoreType.cs @@ -12,6 +12,7 @@ naiveproxy = 22, tuic = 23, sing_box = 24, + juicity = 25, v2rayN = 99 } -} \ No newline at end of file +}