From 6c06754db28c82bcd1947cfc73d2a112068d3e67 Mon Sep 17 00:00:00 2001 From: favonia Date: Thu, 26 Sep 2024 09:19:19 -0500 Subject: [PATCH] [WAF] An IPv6 range in a custom list can only be as large as /12 (#17133) --- src/content/docs/waf/tools/lists/custom-lists.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/waf/tools/lists/custom-lists.mdx b/src/content/docs/waf/tools/lists/custom-lists.mdx index 7fa1776e6c4c42..955dc978878c9c 100644 --- a/src/content/docs/waf/tools/lists/custom-lists.mdx +++ b/src/content/docs/waf/tools/lists/custom-lists.mdx @@ -56,7 +56,7 @@ List items in custom lists with IP addresses must be in one of the following for - Individual IPv4 addresses - IPv4 CIDR ranges with a prefix from `/8` to `/32` -- IPv6 CIDR ranges with a prefix from `/4` to `/64` +- IPv6 CIDR ranges with a prefix from `/12` to `/64` You can combine individual addresses and CIDR ranges in the same list.