From 5bf3d06f30f3f843ed2b46eaf20aaa673f3daf84 Mon Sep 17 00:00:00 2001 From: Argus Duong Date: Mon, 26 Jul 2021 11:49:32 +0700 Subject: [PATCH] Update new Cloudflare IPs range WordOps already have cron to update these range but it only run weekly. So I've updated it to the latest. --- wo/cli/templates/cloudflare.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wo/cli/templates/cloudflare.mustache b/wo/cli/templates/cloudflare.mustache index 38355fe..d18f33e 100644 --- a/wo/cli/templates/cloudflare.mustache +++ b/wo/cli/templates/cloudflare.mustache @@ -10,9 +10,10 @@ set_real_ip_from 188.114.96.0/20; set_real_ip_from 197.234.240.0/22; set_real_ip_from 198.41.128.0/17; set_real_ip_from 162.158.0.0/15; -set_real_ip_from 104.16.0.0/12; set_real_ip_from 172.64.0.0/13; set_real_ip_from 131.0.72.0/22; +set_real_ip_from 104.16.0.0/13; +set_real_ip_from 104.24.0.0/14; set_real_ip_from 2400:cb00::/32; set_real_ip_from 2606:4700::/32; set_real_ip_from 2803:f800::/32;