Skip to content

Commit c38a2bf

Browse files
committed
Update list of CloudFront IP addresses
1 parent 07f91c4 commit c38a2bf

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

config/nginx.conf.erb

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ http {
3333
real_ip_recursive on;
3434

3535
# CloudFront IP addresses from http://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips
36-
# Last updated: 2019-11-18
36+
# Last updated: 2020-05-09
3737
set_real_ip_from 3.231.2.0/25;
38+
set_real_ip_from 3.234.232.224/27;
3839
set_real_ip_from 13.32.0.0/15;
3940
set_real_ip_from 13.35.0.0/16;
40-
set_real_ip_from 13.52.204.0/23;
4141
set_real_ip_from 13.54.63.128/26;
4242
set_real_ip_from 13.59.250.0/26;
4343
set_real_ip_from 13.113.203.0/24;
@@ -57,6 +57,8 @@ http {
5757
set_real_ip_from 35.158.136.0/24;
5858
set_real_ip_from 35.162.63.192/26;
5959
set_real_ip_from 35.167.191.128/26;
60+
set_real_ip_from 36.103.232.128/26;
61+
set_real_ip_from 36.103.232.0/25;
6062
set_real_ip_from 52.15.127.128/26;
6163
set_real_ip_from 52.46.0.0/18;
6264
set_real_ip_from 52.47.139.0/24;
@@ -79,28 +81,54 @@ http {
7981
set_real_ip_from 54.239.128.0/18;
8082
set_real_ip_from 54.239.192.0/19;
8183
set_real_ip_from 54.240.128.0/18;
82-
set_real_ip_from 64.252.64.0/18;
84+
set_real_ip_from 58.254.138.0/25;
85+
set_real_ip_from 58.254.138.128/26;
8386
set_real_ip_from 64.252.128.0/18;
87+
set_real_ip_from 64.252.64.0/18;
8488
set_real_ip_from 70.132.0.0/18;
8589
set_real_ip_from 71.152.0.0/17;
86-
set_real_ip_from 99.79.168.0/23;
90+
set_real_ip_from 99.79.169.0/24;
8791
set_real_ip_from 99.84.0.0/16;
8892
set_real_ip_from 99.86.0.0/16;
93+
set_real_ip_from 111.51.66.0/24;
94+
set_real_ip_from 116.129.226.128/26;
95+
set_real_ip_from 116.129.226.0/25;
96+
set_real_ip_from 118.193.97.64/26;
97+
set_real_ip_from 118.193.97.128/25;
98+
set_real_ip_from 119.147.182.0/25;
99+
set_real_ip_from 119.147.182.128/26;
100+
set_real_ip_from 120.52.22.96/27;
101+
set_real_ip_from 120.52.39.128/27;
102+
set_real_ip_from 120.52.153.192/26;
103+
set_real_ip_from 120.52.12.64/26;
104+
set_real_ip_from 120.232.236.0/25;
105+
set_real_ip_from 120.232.236.128/26;
106+
set_real_ip_from 120.253.240.192/26;
107+
set_real_ip_from 120.253.245.128/26;
108+
set_real_ip_from 120.253.245.192/27;
109+
set_real_ip_from 120.253.241.160/27;
89110
set_real_ip_from 130.176.0.0/16;
90111
set_real_ip_from 143.204.0.0/16;
91112
set_real_ip_from 144.220.0.0/16;
92-
set_real_ip_from 204.246.164.0/22;
113+
set_real_ip_from 180.163.57.128/26;
114+
set_real_ip_from 180.163.57.0/25;
93115
set_real_ip_from 204.246.168.0/22;
94-
set_real_ip_from 204.246.172.0/24;
95116
set_real_ip_from 204.246.173.0/24;
117+
set_real_ip_from 204.246.172.0/24;
118+
set_real_ip_from 204.246.164.0/22;
96119
set_real_ip_from 204.246.174.0/23;
97120
set_real_ip_from 204.246.176.0/20;
98-
set_real_ip_from 205.251.192.0/19;
99121
set_real_ip_from 205.251.249.0/24;
100-
set_real_ip_from 205.251.250.0/23;
101122
set_real_ip_from 205.251.252.0/23;
123+
set_real_ip_from 205.251.200.0/21;
124+
set_real_ip_from 205.251.208.0/20;
102125
set_real_ip_from 205.251.254.0/24;
126+
set_real_ip_from 205.251.250.0/23;
127+
set_real_ip_from 210.51.40.0/24;
103128
set_real_ip_from 216.137.32.0/19;
129+
set_real_ip_from 223.71.71.128/25;
130+
set_real_ip_from 223.71.71.96/27;
131+
set_real_ip_from 223.71.11.0/27;
104132

105133
gzip on;
106134
gzip_comp_level 2;

0 commit comments

Comments
 (0)