diff --git a/v2rayN/ServiceLib/Services/CoreConfig/Minimal/CoreConfigShadowquicService.cs b/v2rayN/ServiceLib/Services/CoreConfig/Minimal/CoreConfigShadowquicService.cs index 232b56df..c16c99f3 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/Minimal/CoreConfigShadowquicService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/Minimal/CoreConfigShadowquicService.cs @@ -53,7 +53,7 @@ public class CoreConfigShadowquicService configYamlNode["inbound"] = inboundNode; // outbound - var alpn = new JsonArray(); + var alpn = new List(); foreach (var item in node.GetAlpn() ?? new List()) { alpn.Add(item);