Skip to content

Commit 754bffb

Browse files
authored
[WAF] Update lists availability table (#23476)
1 parent c7c8ac4 commit 754bffb

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
{}
3-
43
---
54

6-
* The number of available custom lists depends on the highest plan in your account. Any account with at least one paid plan will get the highest quota.
5+
- The number of available custom lists depends on the highest plan in your account. Any account with at least one paid plan will get the highest quota.
6+
7+
- Customers on Enterprise plans can create a maximum of 1,000 custom lists in total across different list types. The following additional limits apply:
78

8-
* You can have a maximum number of 10,000 list items across all custom lists.
9+
- Up to 40 hostname lists, with a maximum of 10,000 list items across all hostname lists.
10+
- Up to 40 ASN lists, with a maximum of 30,000 list items across all ASN lists.
911

10-
* The Cloudflare Enterprise plan provides access to the Cloudflare Open Proxies Managed IP List. Other Managed IP Lists are available as part of Enterprise Security Bundles. For more information, contact your account team.
12+
- The Cloudflare Enterprise plan provides access to the Cloudflare Open Proxies Managed IP List. Other Managed IP Lists are available as part of Enterprise Security Bundles. For more information, contact your account team.
1113

12-
* Customers on Enterprise plans may contact their account team if they need more custom lists or a larger maximum number of items across lists. For these customers, the maximum number of custom lists per data type is 40 lists.
14+
- Customers on Enterprise plans may contact their account team if they need more custom lists or a larger maximum number of items across lists. For these customers, the maximum number of custom lists per data type is 40 lists.
1315

14-
* For details on the availability of Bulk Redirect Lists, refer to the [Rules](/rules/url-forwarding/#availability) documentation.
16+
- For details on the availability of Bulk Redirect Lists, refer to the [Rules](/rules/url-forwarding/#availability) documentation.

src/content/plans/index.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -580,41 +580,50 @@
580580
"ent": "Yes"
581581
},
582582
"b_number_of_custom_lists": {
583-
"title": "Number of custom lists",
583+
"title": "Number of custom lists (any type)",
584584
"link": "/waf/tools/lists/custom-lists/",
585-
"free": 1,
586-
"lite": 10,
587-
"pro": 10,
588-
"biz": 10,
589-
"ent": 10
585+
"free": "1",
586+
"lite": "10",
587+
"pro": "10",
588+
"biz": "10",
589+
"ent": "1,000"
590+
},
591+
"c_max_list_items": {
592+
"title": "Max. number of list items (across all custom lists)",
593+
"link": "/waf/tools/lists/custom-lists/",
594+
"free": "10,000",
595+
"lite": "10,000",
596+
"pro": "10,000",
597+
"biz": "10,000",
598+
"ent": "500,000"
590599
},
591-
"c_custom_lists_ip": {
592-
"title": "Custom lists with IPs (IP lists)",
600+
"d_ip_lists": {
601+
"title": "IP lists",
593602
"link": "/waf/tools/lists/custom-lists/",
594603
"free": "Yes",
595604
"lite": "Yes",
596605
"pro": "Yes",
597606
"biz": "Yes",
598607
"ent": "Yes"
599608
},
600-
"d_custom_lists_other": {
601-
"title": "Other custom lists (ASNs, hostnames)",
609+
"e_other_lists": {
610+
"title": "Other custom lists (hostnames, ASNs)",
602611
"link": "/waf/tools/lists/custom-lists/",
603612
"free": "No",
604613
"lite": "No",
605614
"pro": "No",
606615
"biz": "No",
607616
"ent": "Yes"
608617
},
609-
"e_open_proxies_list": {
618+
"t_open_proxies_list": {
610619
"title": "Managed IP List: Cloudflare Open Proxies",
611620
"link": "/waf/tools/lists/managed-lists/#managed-ip-lists",
612621
"free": "No",
613622
"pro": "No",
614623
"biz": "No",
615624
"ent": "Yes"
616625
},
617-
"f_all_managed_ip_lists": {
626+
"u_all_managed_ip_lists": {
618627
"title": "All Managed IP Lists",
619628
"link": "/waf/tools/lists/managed-lists/#managed-ip-lists",
620629
"free": "No",

0 commit comments

Comments
 (0)