Skip to content

Commit 1d1203a

Browse files
author
Luka Paunović
authored
CF IPs update
1 parent 0a934d9 commit 1d1203a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

install/ubuntu/16.10/nginx/nginx.conf

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,27 @@ http {
7070

7171

7272
# Cloudflare https://www.cloudflare.com/ips
73-
set_real_ip_from 199.27.128.0/21;
74-
set_real_ip_from 173.245.48.0/20;
7573
set_real_ip_from 103.21.244.0/22;
7674
set_real_ip_from 103.22.200.0/22;
7775
set_real_ip_from 103.31.4.0/22;
78-
set_real_ip_from 141.101.64.0/18;
76+
set_real_ip_from 104.16.0.0/12;
7977
set_real_ip_from 108.162.192.0/18;
78+
set_real_ip_from 131.0.72.0/22;
79+
set_real_ip_from 141.101.64.0/18;
80+
set_real_ip_from 162.158.0.0/15;
81+
set_real_ip_from 172.64.0.0/13;
82+
set_real_ip_from 173.245.48.0/20;
83+
set_real_ip_from 188.114.96.0/20;
8084
set_real_ip_from 190.93.240.0/20;
81-
set_real_ip_from 188.114.96.0/20;
8285
set_real_ip_from 197.234.240.0/22;
8386
set_real_ip_from 198.41.128.0/17;
84-
set_real_ip_from 162.158.0.0/15;
85-
set_real_ip_from 104.16.0.0/12;
86-
set_real_ip_from 172.64.0.0/13;
8787
#set_real_ip_from 2400:cb00::/32;
8888
#set_real_ip_from 2606:4700::/32;
8989
#set_real_ip_from 2803:f800::/32;
9090
#set_real_ip_from 2405:b500::/32;
9191
#set_real_ip_from 2405:8100::/32;
92+
#set_real_ip_from 2c0f:f248::/32;
93+
#set_real_ip_from 2a06:98c0::/29;
9294
real_ip_header CF-Connecting-IP;
9395

9496

0 commit comments

Comments
 (0)