From 6f99db69535644d8495ab4344ca820c058b449b9 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Fri, 9 Apr 2021 13:01:12 +0900 Subject: [PATCH] Update Cloudflare IP range list Apr 8, 2021: 104.16.0.0/12 removed from ips-v4 104.16.0.0/13 added to ips-v4 104.24.0.0/14 added to ips-v4 --- common/defaults/cloudflare.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/defaults/cloudflare.php b/common/defaults/cloudflare.php index f5abf727d..5b70e9166 100644 --- a/common/defaults/cloudflare.php +++ b/common/defaults/cloudflare.php @@ -9,7 +9,8 @@ return array( '103.21.244.0/22', '103.22.200.0/22', '103.31.4.0/22', - '104.16.0.0/12', + '104.16.0.0/13', + '104.24.0.0/14', '108.162.192.0/18', '131.0.72.0/22', '141.101.64.0/18',