From 9d2c0ca64cbb2ec727b3f971dc7d352ac493d997 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Fri, 30 Jul 2021 14:51:17 +0300 Subject: [PATCH] Changes to Cloudflare Infrastructure IPs List --- install/debian/9/nginx/nginx.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/debian/9/nginx/nginx.conf b/install/debian/9/nginx/nginx.conf index e8967d8e8..e64122a1c 100644 --- a/install/debian/9/nginx/nginx.conf +++ b/install/debian/9/nginx/nginx.conf @@ -75,7 +75,9 @@ http { set_real_ip_from 103.21.244.0/22; set_real_ip_from 103.22.200.0/22; set_real_ip_from 103.31.4.0/22; - set_real_ip_from 104.16.0.0/12; + set_real_ip_from 104.16.0.0/13; + set_real_ip_from 104.24.0.0/14; + #set_real_ip_from 104.16.0.0/12; set_real_ip_from 108.162.192.0/18; set_real_ip_from 131.0.72.0/22; set_real_ip_from 141.101.64.0/18;