You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIREHOL LEVELS 1,2,3,4 COLLECTIVELY BLOCKS MORE THAN 1000 CLOUDFLARE'S IPs. PEOPLE WHO USE CLOUDFLARE'S DNS PROXY FOR THEIR WEBSITES, WHICH HALF OF THE WORLDS WEBSITES PROBABLY USE, GETS AESSAGE SAYING THAT THEIR WEBSITE IS OFFLINE BY CLOUDFLARE ... PLEASE REMOVE THEM ASAP. FIND THEIR NETBLOCKS/IP RANGES ON THEIR WEBSITE. https://www.cloudflare.com/ips/
I had written a script to remove them programatically before loading it into my firewall tables for now. and it shows 1007 ips and subnets are in firehol's level 1,2,3,4 lists.
I have the full list of Cloudflare's IPs/Subnets that are in these lists and list name/url. If need be i can provide them all to you.
Oh, and btw, im only using these lists below. So 1007 cloudflare ips are only in these lists. I dont know about the rest of the lists.
FIREHOL LEVELS 1,2,3,4 COLLECTIVELY BLOCKS MORE THAN 1000 CLOUDFLARE'S IPs. PEOPLE WHO USE CLOUDFLARE'S DNS PROXY FOR THEIR WEBSITES, WHICH HALF OF THE WORLDS WEBSITES PROBABLY USE, GETS AESSAGE SAYING THAT THEIR WEBSITE IS OFFLINE BY CLOUDFLARE ... PLEASE REMOVE THEM ASAP. FIND THEIR NETBLOCKS/IP RANGES ON THEIR WEBSITE. https://www.cloudflare.com/ips/
I had written a script to remove them programatically before loading it into my firewall tables for now. and it shows 1007 ips and subnets are in firehol's level 1,2,3,4 lists.
I have the full list of Cloudflare's IPs/Subnets that are in these lists and list name/url. If need be i can provide them all to you.
Oh, and btw, im only using these lists below. So 1007 cloudflare ips are only in these lists. I dont know about the rest of the lists.
`$src[0] = 'https://iplists.firehol.org/files/et_block.netset';
$src[1] = 'https://iplists.firehol.org/files/et_compromised.ipset';
$src[2] = 'https://iplists.firehol.org/files/et_dshield.netset';
$src[3] = 'https://iplists.firehol.org/files/firehol_level1.netset';
$src[4] = 'https://iplists.firehol.org/files/firehol_level2.netset';
$src[5] = 'https://iplists.firehol.org/files/firehol_level3.netset';
$src[6] = 'https://iplists.firehol.org/files/firehol_level4.netset';
$src[7] = 'https://iplists.firehol.org/files/blocklist_de_apache.ipset';
$src[8] = 'https://iplists.firehol.org/files/blocklist_de_ssh.ipset';
`
The text was updated successfully, but these errors were encountered: