https://github.com/2dust/v2rayN/issues/8267
This commit is contained in:
2dust
2025-11-17 17:44:39 +08:00
parent 8ea5a57988
commit 0d307671d1

View File

@@ -4,7 +4,7 @@ namespace ServiceLib.Handler.Fmt;
public class BaseFmt
{
private static readonly string[] _allowInsecureArray = new[] { "insecure", "allowInsecure", "allow_insecure", "verify" };
private static readonly string[] _allowInsecureArray = new[] { "insecure", "allowInsecure", "allow_insecure" };
protected static string GetIpv6(string address)
{