Skip to content

Refresh list of CloudFront IP addresses #4672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down