From 28ba47a2f50560ab5f6591e6cc918b09d5bf0d6b Mon Sep 17 00:00:00 2001 From: chika0801 <88967758+chika0801@users.noreply.github.com> Date: Mon, 19 Sep 2022 22:57:15 +0800 Subject: [PATCH] add sing-box support --- v2rayN/v2rayN/Mode/ECoreType.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/Mode/ECoreType.cs b/v2rayN/v2rayN/Mode/ECoreType.cs index be3946ff..b66abba9 100644 --- a/v2rayN/v2rayN/Mode/ECoreType.cs +++ b/v2rayN/v2rayN/Mode/ECoreType.cs @@ -12,6 +12,7 @@ namespace v2rayN.Mode hysteria = 21, naiveproxy = 22, tuic = 23, + sing-box = 24, v2rayN = 99 } }