Skip to content

Commit 7a83b51

Browse files
author
Serghey Rodin
committed
vsy u2Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents b214401 + 3bb009f commit 7a83b51

File tree

13 files changed

+117
-91
lines changed

13 files changed

+117
-91
lines changed

install/debian/7/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

install/rhel/5/nginx/nginx.conf

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

7272

7373
# Cloudflare https://www.cloudflare.com/ips
74-
set_real_ip_from 199.27.128.0/21;
75-
set_real_ip_from 173.245.48.0/20;
7674
set_real_ip_from 103.21.244.0/22;
7775
set_real_ip_from 103.22.200.0/22;
7876
set_real_ip_from 103.31.4.0/22;
79-
set_real_ip_from 141.101.64.0/18;
77+
set_real_ip_from 104.16.0.0/12;
8078
set_real_ip_from 108.162.192.0/18;
79+
set_real_ip_from 131.0.72.0/22;
80+
set_real_ip_from 141.101.64.0/18;
81+
set_real_ip_from 162.158.0.0/15;
82+
set_real_ip_from 172.64.0.0/13;
83+
set_real_ip_from 173.245.48.0/20;
84+
set_real_ip_from 188.114.96.0/20;
8185
set_real_ip_from 190.93.240.0/20;
82-
set_real_ip_from 188.114.96.0/20;
8386
set_real_ip_from 197.234.240.0/22;
8487
set_real_ip_from 198.41.128.0/17;
85-
set_real_ip_from 162.158.0.0/15;
86-
set_real_ip_from 104.16.0.0/12;
87-
set_real_ip_from 172.64.0.0/13;
8888
#set_real_ip_from 2400:cb00::/32;
8989
#set_real_ip_from 2606:4700::/32;
9090
#set_real_ip_from 2803:f800::/32;
9191
#set_real_ip_from 2405:b500::/32;
9292
#set_real_ip_from 2405:8100::/32;
93+
#set_real_ip_from 2c0f:f248::/32;
94+
#set_real_ip_from 2a06:98c0::/29;
9395
real_ip_header CF-Connecting-IP;
9496

9597

install/rhel/6/nginx/nginx.conf

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

7272

7373
# Cloudflare https://www.cloudflare.com/ips
74-
set_real_ip_from 199.27.128.0/21;
75-
set_real_ip_from 173.245.48.0/20;
7674
set_real_ip_from 103.21.244.0/22;
7775
set_real_ip_from 103.22.200.0/22;
7876
set_real_ip_from 103.31.4.0/22;
79-
set_real_ip_from 141.101.64.0/18;
77+
set_real_ip_from 104.16.0.0/12;
8078
set_real_ip_from 108.162.192.0/18;
79+
set_real_ip_from 131.0.72.0/22;
80+
set_real_ip_from 141.101.64.0/18;
81+
set_real_ip_from 162.158.0.0/15;
82+
set_real_ip_from 172.64.0.0/13;
83+
set_real_ip_from 173.245.48.0/20;
84+
set_real_ip_from 188.114.96.0/20;
8185
set_real_ip_from 190.93.240.0/20;
82-
set_real_ip_from 188.114.96.0/20;
8386
set_real_ip_from 197.234.240.0/22;
8487
set_real_ip_from 198.41.128.0/17;
85-
set_real_ip_from 162.158.0.0/15;
86-
set_real_ip_from 104.16.0.0/12;
87-
set_real_ip_from 172.64.0.0/13;
8888
#set_real_ip_from 2400:cb00::/32;
8989
#set_real_ip_from 2606:4700::/32;
9090
#set_real_ip_from 2803:f800::/32;
9191
#set_real_ip_from 2405:b500::/32;
9292
#set_real_ip_from 2405:8100::/32;
93+
#set_real_ip_from 2c0f:f248::/32;
94+
#set_real_ip_from 2a06:98c0::/29;
9395
real_ip_header CF-Connecting-IP;
9496

9597

install/rhel/7/nginx/nginx.conf

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

7272

7373
# Cloudflare https://www.cloudflare.com/ips
74-
set_real_ip_from 199.27.128.0/21;
75-
set_real_ip_from 173.245.48.0/20;
7674
set_real_ip_from 103.21.244.0/22;
7775
set_real_ip_from 103.22.200.0/22;
7876
set_real_ip_from 103.31.4.0/22;
79-
set_real_ip_from 141.101.64.0/18;
77+
set_real_ip_from 104.16.0.0/12;
8078
set_real_ip_from 108.162.192.0/18;
79+
set_real_ip_from 131.0.72.0/22;
80+
set_real_ip_from 141.101.64.0/18;
81+
set_real_ip_from 162.158.0.0/15;
82+
set_real_ip_from 172.64.0.0/13;
83+
set_real_ip_from 173.245.48.0/20;
84+
set_real_ip_from 188.114.96.0/20;
8185
set_real_ip_from 190.93.240.0/20;
82-
set_real_ip_from 188.114.96.0/20;
8386
set_real_ip_from 197.234.240.0/22;
8487
set_real_ip_from 198.41.128.0/17;
85-
set_real_ip_from 162.158.0.0/15;
86-
set_real_ip_from 104.16.0.0/12;
87-
set_real_ip_from 172.64.0.0/13;
8888
#set_real_ip_from 2400:cb00::/32;
8989
#set_real_ip_from 2606:4700::/32;
9090
#set_real_ip_from 2803:f800::/32;
9191
#set_real_ip_from 2405:b500::/32;
9292
#set_real_ip_from 2405:8100::/32;
93+
#set_real_ip_from 2c0f:f248::/32;
94+
#set_real_ip_from 2a06:98c0::/29;
9395
real_ip_header CF-Connecting-IP;
9496

9597

install/ubuntu/12.04/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

install/ubuntu/12.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

install/ubuntu/13.04/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

install/ubuntu/13.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

install/ubuntu/14.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

install/ubuntu/15.04/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)