File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,21 @@ module AP_MODULE_DECLARE_DATA cloudflare_module;
43
43
/* CloudFlare IP Ranges from https://www.cloudflare.com/ips */
44
44
static const char * CF_DEFAULT_TRUSTED_PROXY [] = {
45
45
/* IPv4 Address Ranges */
46
- "199.27.128.0/21" ,
47
- "173.245.48.0/20" ,
48
46
"103.21.244.0/22" ,
49
47
"103.22.200.0/22" ,
50
48
"103.31.4.0/22" ,
51
- "141.101.64 .0/18 " ,
49
+ "104.16.0 .0/12 " ,
52
50
"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" ,
54
56
"188.114.96.0/20" ,
57
+ "190.93.240.0/20" ,
55
58
"197.234.240.0/22" ,
56
59
"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" ,
60
61
/* IPv6 Address Ranges */
61
62
"2400:cb00::/32" ,
62
63
"2606:4700::/32" ,
You can’t perform that action at this time.
0 commit comments