Skip to content

Commit 8adef61

Browse files
committed
Updated the list of CloudFlare IPs
1 parent 3141f24 commit 8adef61

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

mod_cloudflare.c

+8-7
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,21 @@ module AP_MODULE_DECLARE_DATA cloudflare_module;
4343
/* CloudFlare IP Ranges from https://www.cloudflare.com/ips */
4444
static const char* CF_DEFAULT_TRUSTED_PROXY[] = {
4545
/* IPv4 Address Ranges */
46-
"199.27.128.0/21",
47-
"173.245.48.0/20",
4846
"103.21.244.0/22",
4947
"103.22.200.0/22",
5048
"103.31.4.0/22",
51-
"141.101.64.0/18",
49+
"104.16.0.0/12",
5250
"108.162.192.0/18",
53-
"190.93.240.0/20",
51+
"131.0.72.0/22",
52+
"141.101.64.0/18",
53+
"162.158.0.0/15",
54+
"172.64.0.0/13",
55+
"173.245.48.0/20",
5456
"188.114.96.0/20",
57+
"190.93.240.0/20",
5558
"197.234.240.0/22",
5659
"198.41.128.0/17",
57-
"162.158.0.0/15",
58-
"104.16.0.0/12",
59-
"172.64.0.0/13",
60+
"199.27.128.0/21",
6061
/* IPv6 Address Ranges */
6162
"2400:cb00::/32",
6263
"2606:4700::/32",

0 commit comments

Comments
 (0)