From af4138a7bab3b466c0bd3837aa85256a5f69b099 Mon Sep 17 00:00:00 2001 From: Justin Geibel Date: Sat, 26 Mar 2022 15:41:59 -0400 Subject: [PATCH] Refresh list of CloudFront IP addresses --- config/nginx.conf.erb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/nginx.conf.erb b/config/nginx.conf.erb index e326382787b..007e5ec9cad 100644 --- a/config/nginx.conf.erb +++ b/config/nginx.conf.erb @@ -33,7 +33,7 @@ http { real_ip_recursive on; # CloudFront IP addresses from http://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips - # Last updated: 2021-03-08 + # Last updated: 2022-03-26 set_real_ip_from 3.10.17.128/25; set_real_ip_from 3.11.53.0/24; set_real_ip_from 3.35.130.128/25; @@ -57,14 +57,21 @@ http { set_real_ip_from 13.228.69.0/24; set_real_ip_from 13.233.177.192/26; set_real_ip_from 13.249.0.0/16; + set_real_ip_from 15.158.0.0/16; set_real_ip_from 15.188.184.0/24; set_real_ip_from 15.207.13.128/25; set_real_ip_from 15.207.213.128/25; set_real_ip_from 18.64.0.0/14; + set_real_ip_from 18.154.0.0/15; + set_real_ip_from 18.160.0.0/15; + set_real_ip_from 18.164.0.0/15; + set_real_ip_from 18.172.0.0/15; set_real_ip_from 18.192.142.0/23; set_real_ip_from 18.200.212.0/23; set_real_ip_from 18.216.170.128/25; set_real_ip_from 18.229.220.192/26; + set_real_ip_from 18.238.0.0/15; + set_real_ip_from 18.244.0.0/15; set_real_ip_from 34.195.252.0/24; set_real_ip_from 34.216.51.0/25; set_real_ip_from 34.223.12.224/27; @@ -116,6 +123,8 @@ http { set_real_ip_from 99.79.169.0/24; set_real_ip_from 99.84.0.0/16; set_real_ip_from 99.86.0.0/16; + set_real_ip_from 108.138.0.0/15; + set_real_ip_from 108.156.0.0/14; set_real_ip_from 116.129.226.0/25; set_real_ip_from 116.129.226.128/26; set_real_ip_from 118.193.97.64/26;