Skip to content

Commit b648e65

Browse files
authored
Merge pull request #4672 from rust-lang/cloudfront-ips
Refresh list of CloudFront IP addresses
2 parents ef44329 + af4138a commit b648e65

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/nginx.conf.erb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http {
3333
real_ip_recursive on;
3434

3535
# CloudFront IP addresses from http://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips
36-
# Last updated: 2021-03-08
36+
# Last updated: 2022-03-26
3737
set_real_ip_from 3.10.17.128/25;
3838
set_real_ip_from 3.11.53.0/24;
3939
set_real_ip_from 3.35.130.128/25;
@@ -57,14 +57,21 @@ http {
5757
set_real_ip_from 13.228.69.0/24;
5858
set_real_ip_from 13.233.177.192/26;
5959
set_real_ip_from 13.249.0.0/16;
60+
set_real_ip_from 15.158.0.0/16;
6061
set_real_ip_from 15.188.184.0/24;
6162
set_real_ip_from 15.207.13.128/25;
6263
set_real_ip_from 15.207.213.128/25;
6364
set_real_ip_from 18.64.0.0/14;
65+
set_real_ip_from 18.154.0.0/15;
66+
set_real_ip_from 18.160.0.0/15;
67+
set_real_ip_from 18.164.0.0/15;
68+
set_real_ip_from 18.172.0.0/15;
6469
set_real_ip_from 18.192.142.0/23;
6570
set_real_ip_from 18.200.212.0/23;
6671
set_real_ip_from 18.216.170.128/25;
6772
set_real_ip_from 18.229.220.192/26;
73+
set_real_ip_from 18.238.0.0/15;
74+
set_real_ip_from 18.244.0.0/15;
6875
set_real_ip_from 34.195.252.0/24;
6976
set_real_ip_from 34.216.51.0/25;
7077
set_real_ip_from 34.223.12.224/27;
@@ -116,6 +123,8 @@ http {
116123
set_real_ip_from 99.79.169.0/24;
117124
set_real_ip_from 99.84.0.0/16;
118125
set_real_ip_from 99.86.0.0/16;
126+
set_real_ip_from 108.138.0.0/15;
127+
set_real_ip_from 108.156.0.0/14;
119128
set_real_ip_from 116.129.226.0/25;
120129
set_real_ip_from 116.129.226.128/26;
121130
set_real_ip_from 118.193.97.64/26;

0 commit comments

Comments
 (0)