From 592f1260b55df827fd59896a500d356963bc3641 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:24:54 +0800 Subject: [PATCH] Remove Cloudflare IP API URL from IPAPIUrls https://github.com/2dust/v2rayN/issues/8441 --- v2rayN/ServiceLib/Global.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index c96578d4..f0a24028 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -586,7 +586,6 @@ public class Global public static readonly List IPAPIUrls = [ - @"https://speed.cloudflare.com/meta", @"https://api.ip.sb/geoip", @"https://api-ipv4.ip.sb/geoip", @"https://api-ipv6.ip.sb/geoip",