[packages/apache-mod_cloudflare] update cf ip list in config

glen glen at pld-linux.org
Thu Aug 17 21:56:56 CEST 2017


commit 59956bd6d544567810fd845ba5f9f7a71900dd53
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Aug 17 22:56:51 2017 +0300

    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
 
 <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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_cloudflare.git/commitdiff/59956bd6d544567810fd845ba5f9f7a71900dd53



More information about the pld-cvs-commit mailing list