Skip to content

Commit

Permalink
Updated the list of CloudFlare IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurcf committed May 16, 2016
1 parent 3141f24 commit 8adef61
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions mod_cloudflare.c
Expand Up @@ -43,20 +43,21 @@ module AP_MODULE_DECLARE_DATA cloudflare_module;
/* CloudFlare IP Ranges from https://www.cloudflare.com/ips */
static const char* CF_DEFAULT_TRUSTED_PROXY[] = {
/* IPv4 Address Ranges */
"199.27.128.0/21",
"173.245.48.0/20",
"103.21.244.0/22",
"103.22.200.0/22",
"103.31.4.0/22",
"141.101.64.0/18",
"104.16.0.0/12",
"108.162.192.0/18",
"190.93.240.0/20",
"131.0.72.0/22",
"141.101.64.0/18",
"162.158.0.0/15",
"172.64.0.0/13",
"173.245.48.0/20",
"188.114.96.0/20",
"190.93.240.0/20",
"197.234.240.0/22",
"198.41.128.0/17",
"162.158.0.0/15",
"104.16.0.0/12",
"172.64.0.0/13",
"199.27.128.0/21",
/* IPv6 Address Ranges */
"2400:cb00::/32",
"2606:4700::/32",
Expand Down

0 comments on commit 8adef61

Please sign in to comment.