Hi all,
I have htaccess enabled on my web site, with the following:
Order Deny,Allow
Deny from all
Allow from 103.21.244.0/22
Allow from 103.22.200.0/22
Allow from 103.31.4.0/22
Allow from 104.16.0.0/12
Allow from 108.162.192.0/18
Allow from 131.0.72.0/22
Allow from 141.101.64.0/18
Allow from 162.158.0.0/15
Allow from 172.64.0.0/13
Allow from 173.245.48.0/20
Allow from 188.114.96.0/20
Allow from 190.93.240.0/20
Allow from 197.234.240.0/22
Allow from 198.41.128.0/17
This has worked fine for a long time. My web site was allowing access only through Cloudflare. However, it started to constantly give Forbidden 403 message, and I needed to remove this. I see now attacks outside from IPs outside Cloudflare’s range and want to enable htaccess filtering again. But, I get 403 all the time whit the above settings.
When I ping my URL i get 104.27.170.28 - Cloudflare.
Is there something changed? Does Cloudflare use some IP’s beside this:
Any clue?