From 0d307671d1111c1e7b37ca97504fc861557ff287 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:44:39 +0800 Subject: [PATCH] Bug fix https://github.com/2dust/v2rayN/issues/8267 --- v2rayN/ServiceLib/Handler/Fmt/BaseFmt.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Handler/Fmt/BaseFmt.cs b/v2rayN/ServiceLib/Handler/Fmt/BaseFmt.cs index 481e183b..2f31e827 100644 --- a/v2rayN/ServiceLib/Handler/Fmt/BaseFmt.cs +++ b/v2rayN/ServiceLib/Handler/Fmt/BaseFmt.cs @@ -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) {