We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3141f24 commit 8adef61Copy full SHA for 8adef61
1 file changed
mod_cloudflare.c
@@ -43,20 +43,21 @@ module AP_MODULE_DECLARE_DATA cloudflare_module;
43
/* CloudFlare IP Ranges from https://www.cloudflare.com/ips */
44
static const char* CF_DEFAULT_TRUSTED_PROXY[] = {
45
/* IPv4 Address Ranges */
46
- "199.27.128.0/21",
47
- "173.245.48.0/20",
48
"103.21.244.0/22",
49
"103.22.200.0/22",
50
"103.31.4.0/22",
51
- "141.101.64.0/18",
+ "104.16.0.0/12",
52
"108.162.192.0/18",
53
- "190.93.240.0/20",
+ "131.0.72.0/22",
+ "141.101.64.0/18",
+ "162.158.0.0/15",
54
+ "172.64.0.0/13",
55
+ "173.245.48.0/20",
56
"188.114.96.0/20",
57
+ "190.93.240.0/20",
58
"197.234.240.0/22",
59
"198.41.128.0/17",
- "162.158.0.0/15",
- "104.16.0.0/12",
- "172.64.0.0/13",
60
+ "199.27.128.0/21",
61
/* IPv6 Address Ranges */
62
"2400:cb00::/32",
63
"2606:4700::/32",
0 commit comments