]> git.pld-linux.org Git - packages/apache-mod_cloudflare.git/commitdiff
update cf ip list in config master auto/th/apache-mod_cloudflare-2016.10.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 17 Aug 2017 19:56:51 +0000 (22:56 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 17 Aug 2017 19:56:51 +0000 (22:56 +0300)
apache.conf

index 5d1e90b78c6cca9615f4d541a42fce7b99f95104..4040ac523596dd821546f0500d23442b15b09b12 100644 (file)
@@ -2,7 +2,11 @@ LoadModule cloudflare_module modules/mod_cloudflare.so
 
 <IfModule mod_cloudflare.c>
        CloudFlareRemoteIPHeader CF-Connecting-IP
-       CloudFlareRemoteIPTrustedProxy 204.93.240.0/24 204.93.177.0/24 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 108.162.192.0/18 190.93.240.0/20 188.114.96.0/20 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15
+       # CloudFlare IP Ranges from https://www.cloudflare.com/ips
+       # As textfile:
+       # - https://www.cloudflare.com/ips-v4
+       # - https://www.cloudflare.com/ips-v6
+       CloudFlareRemoteIPTrustedProxy 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 104.16.0.0/12 108.162.192.0/18 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
 
        # Uncomment DenyAllButCloudFlare to return a 403 status to all requests
        # that do not originate from an IP defined in CloudFlareRemoteIPTrustedProxy
This page took 0.067679 seconds and 4 git commands to generate.