whitelist CloudFlare's IP addresses
-
May be some body cold help. I’m using w3 Total cache and I few hours ago change my DNS to Cloudflare
I have to whitelist CloudFlare’s IP addresses I find in cloudeflare
You would put these commands in .htaccess to whitelist CloudFlare’s IP addresses:
https://support.cloudflare.com/hc/en-us/articles/200169296-How-do-I-whitelist-CloudFlare-s-IPs-in-htaccess-
Server support told me, that may better don’t put the rule for ipv6 to avoid versions conflict. (I don’t understand what that means)
I think that the rule must be something like this, but not shore.# BEGIN(IPv4) Order Deny,Allow Deny from all Allow from 199.27.128.0/21 Allow from 173.245.48.0/20 Allow from 103.21.244.0/22 Allow from 103.22.200.0/22 Allow from 103.31.4.0/22 Allow from 141.101.64.0/18 Allow from 108.162.192.0/18 Allow from 190.93.240.0/20 Allow from 188.114.96.0/20 Allow from 197.234.240.0/22 Allow from 198.41.128.0/17 Allow from 162.158.0.0/15 Allow from 104.16.0.0/12 Allow from 172.64.0.0/13
Thanks in advance
- The topic ‘whitelist CloudFlare's IP addresses’ is closed to new replies.