[RSS Feed/News] Cloudflare IPs not being detected and site under attack

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm seeing a few cloudflare IP addresses sneak through instead of real ip addresses.

Specifically in the 2405:8100 range, examples:
  • 2405:8100:8000:5ca1::3:7fa2
  • 2405:8100:8000:5ca1::15d:cf80

I'm using the following nginx directives, which I thought would cover the above addresses?

Code:

Code:
set_real_ip_from 103.21.244.0/22;
set_real_ip_from 103.22.200.0/22;
set_real_ip_from 103.31.4.0/22;
set_real_ip_from 104.16.0.0/13;
set_real_ip_from 104.24.0.0/14;
set_real_ip_from...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom