Regarding 300000 free limit
milindpatel63 opened this issue · 3 comments
I see that you wrote that there's a limit of 300000 blocked domains on the free account. I can't any info regarding this on cloudflare.
Also, according to this documentation https://developers.cloudflare.com/cloudflare-one/account-limits/#gateway there's a limit of 100 on Lists. And each list can only contain 1000 items. So shouldn't there be a limit of 100000 on free accounts?
Although, i tried your script via github on my cloudflare account with OISD list. It created around 187 lists without any error. I am worried if my cloudflare account will get banned for bypassing 100 limit on Lists. Is this correct?
This looks more like outdated documentation. If there was a limit of 100 lists, then the Cloudflare API would start rejecting new list creations beyond that point (just the way it does upon reaching 301+ lists). Furthermore, there's zero information on how many items a list can have, which makes this page even less credible. The script's limits are set based on (other) Cloudflare documentation and my testing when I was starting the project.
I am worried if my cloudflare account will get banned for bypassing 100 limit on Lists. Is this correct?
It is highly unlikely you are going to get banned. The project doesn't use any “bypass” to create more than 100 lists – it creates them based on how much the official Cloudflare API lets us add.