From 90d1dfbe6e43db62de8e97ce6fbd77a79a516eb7 Mon Sep 17 00:00:00 2001 From: direnquanbuKO <137998104+direnquanbuKO@users.noreply.github.com> Date: Sat, 23 May 2026 09:45:24 +0800 Subject: [PATCH] Add ipv6 for engage.cloudflareclient.com --- v2rayN/ServiceLib/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index 6a4a58f2..192c8172 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -688,7 +688,7 @@ public class Global { "dns.sb", ["185.222.222.222", "2a09::"] }, { "dns.umbrella.com", ["208.67.220.220", "208.67.222.222", "2620:119:35::35", "2620:119:53::53"] }, { "dns.sse.cisco.com", ["208.67.220.220", "208.67.222.222", "2620:119:35::35", "2620:119:53::53"] }, - { "engage.cloudflareclient.com", ["162.159.192.1"] } + { "engage.cloudflareclient.com", ["162.159.192.1", "2606:4700:d0::a29f:c001"] } }; public static readonly List ExpectedIPs =