mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Commented out IPv6 CloudFlare pool and added new IPv4 range
This commit is contained in:
parent
8ef6558b3d
commit
a6a5f94668
3 changed files with 18 additions and 15 deletions
|
@ -82,11 +82,12 @@ http {
|
|||
set_real_ip_from 198.41.128.0/17;
|
||||
set_real_ip_from 162.158.0.0/15;
|
||||
set_real_ip_from 104.16.0.0/12;
|
||||
set_real_ip_from 2400:cb00::/32;
|
||||
set_real_ip_from 2606:4700::/32;
|
||||
set_real_ip_from 2803:f800::/32;
|
||||
set_real_ip_from 2405:b500::/32;
|
||||
set_real_ip_from 2405:8100::/32;
|
||||
set_real_ip_from 172.64.0.0/13;
|
||||
#set_real_ip_from 2400:cb00::/32;
|
||||
#set_real_ip_from 2606:4700::/32;
|
||||
#set_real_ip_from 2803:f800::/32;
|
||||
#set_real_ip_from 2405:b500::/32;
|
||||
#set_real_ip_from 2405:8100::/32;
|
||||
real_ip_header CF-Connecting-IP;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue