]> git.pld-linux.org Git - packages/apache-mod_cloudflare.git/blob - apache.conf
5d1e90b78c6cca9615f4d541a42fce7b99f95104
[packages/apache-mod_cloudflare.git] / apache.conf
1 LoadModule cloudflare_module modules/mod_cloudflare.so
2
3 <IfModule mod_cloudflare.c>
4         CloudFlareRemoteIPHeader CF-Connecting-IP
5         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
6
7         # Uncomment DenyAllButCloudFlare to return a 403 status to all requests
8         # that do not originate from an IP defined in CloudFlareRemoteIPTrustedProxy
9         #DenyAllButCloudFlare
10 </IfModule>
This page took 0.04078 seconds and 2 git commands to generate.