From 7ded2de54c55dba476f1d94f28ffa7570d66cd32 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Tue, 11 Mar 2025 23:47:23 +0800 Subject: [PATCH] clean: redundant ip block --- src/utils/ip.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/ip.ts b/src/utils/ip.ts index 6d15e69..62bfad2 100644 --- a/src/utils/ip.ts +++ b/src/utils/ip.ts @@ -139,7 +139,6 @@ const nonPublicNetworks4 = [ '224.0.0.0/4', '100.64.0.0/10', - '240.0.0.0/4', ];