Skip to content

Commit a6a5f94

Browse files
committed
Commented out IPv6 CloudFlare pool and added new IPv4 range
1 parent 8ef6558 commit a6a5f94

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

install/debian/nginx.conf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ http {
8282
set_real_ip_from 198.41.128.0/17;
8383
set_real_ip_from 162.158.0.0/15;
8484
set_real_ip_from 104.16.0.0/12;
85-
set_real_ip_from 2400:cb00::/32;
86-
set_real_ip_from 2606:4700::/32;
87-
set_real_ip_from 2803:f800::/32;
88-
set_real_ip_from 2405:b500::/32;
89-
set_real_ip_from 2405:8100::/32;
85+
set_real_ip_from 172.64.0.0/13;
86+
#set_real_ip_from 2400:cb00::/32;
87+
#set_real_ip_from 2606:4700::/32;
88+
#set_real_ip_from 2803:f800::/32;
89+
#set_real_ip_from 2405:b500::/32;
90+
#set_real_ip_from 2405:8100::/32;
9091
real_ip_header CF-Connecting-IP;
9192

9293

install/rhel/nginx.conf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ http {
8282
set_real_ip_from 198.41.128.0/17;
8383
set_real_ip_from 162.158.0.0/15;
8484
set_real_ip_from 104.16.0.0/12;
85-
set_real_ip_from 2400:cb00::/32;
86-
set_real_ip_from 2606:4700::/32;
87-
set_real_ip_from 2803:f800::/32;
88-
set_real_ip_from 2405:b500::/32;
89-
set_real_ip_from 2405:8100::/32;
85+
set_real_ip_from 172.64.0.0/13;
86+
#set_real_ip_from 2400:cb00::/32;
87+
#set_real_ip_from 2606:4700::/32;
88+
#set_real_ip_from 2803:f800::/32;
89+
#set_real_ip_from 2405:b500::/32;
90+
#set_real_ip_from 2405:8100::/32;
9091
real_ip_header CF-Connecting-IP;
9192

9293

install/ubuntu/nginx.conf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ http {
8282
set_real_ip_from 198.41.128.0/17;
8383
set_real_ip_from 162.158.0.0/15;
8484
set_real_ip_from 104.16.0.0/12;
85-
set_real_ip_from 2400:cb00::/32;
86-
set_real_ip_from 2606:4700::/32;
87-
set_real_ip_from 2803:f800::/32;
88-
set_real_ip_from 2405:b500::/32;
89-
set_real_ip_from 2405:8100::/32;
85+
set_real_ip_from 172.64.0.0/13;
86+
#set_real_ip_from 2400:cb00::/32;
87+
#set_real_ip_from 2606:4700::/32;
88+
#set_real_ip_from 2803:f800::/32;
89+
#set_real_ip_from 2405:b500::/32;
90+
#set_real_ip_from 2405:8100::/32;
9091
real_ip_header CF-Connecting-IP;
9192

9293

0 commit comments

Comments
 (0)