From 59956bd6d544567810fd845ba5f9f7a71900dd53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 17 Aug 2017 22:56:51 +0300 Subject: [PATCH] update cf ip list in config --- apache.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache.conf b/apache.conf index 5d1e90b..4040ac5 100644 --- a/apache.conf +++ b/apache.conf @@ -2,7 +2,11 @@ LoadModule cloudflare_module modules/mod_cloudflare.so 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 -- 2.43.0