File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ server {
15
15
}
16
16
17
17
# Cloudflare masks real IPs
18
+ ## We are using cloudflare for DNS management
19
+ ## Cloudflare masks the real ip of the user with its ips
20
+ ## Here we are specifying cloudflare to provide with the user's actual ip
21
+ ## via sending a special header.
18
22
set_real_ip_from 199.27.128.0/21;
19
23
set_real_ip_from 173.245.48.0/20;
20
24
set_real_ip_from 103.21.244.0/22;
@@ -29,11 +33,12 @@ server {
29
33
set_real_ip_from 162.158.0.0/15;
30
34
set_real_ip_from 104.16.0.0/12;
31
35
set_real_ip_from 172.64.0.0/13;
36
+ set_real_ip_from 172.19.0.0/13;
32
37
set_real_ip_from 2400:cb00::/32;
33
38
set_real_ip_from 2606:4700::/32;
34
39
set_real_ip_from 2803:f800::/32;
35
40
set_real_ip_from 2405:b500::/32;
36
41
set_real_ip_from 2405:8100::/32;
37
42
set_real_ip_from 127.0.0.1/32;
38
43
real_ip_header CF-Connecting-IP;
39
- }
44
+ }
You can’t perform that action at this time.
0 commit comments