Skip to content

Commit 86bef5c

Browse files
favoniaelithrar
authored andcommitted
[WAF] An IPv6 range in a custom list can only be as large as /12 (#17133)
1 parent 914a223 commit 86bef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/waf/tools/lists/custom-lists.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ List items in custom lists with IP addresses must be in one of the following for
5656

5757
- Individual IPv4 addresses
5858
- IPv4 CIDR ranges with a prefix from `/8` to `/32`
59-
- IPv6 CIDR ranges with a prefix from `/4` to `/64`
59+
- IPv6 CIDR ranges with a prefix from `/12` to `/64`
6060

6161
You can combine individual addresses and CIDR ranges in the same list.
6262

0 commit comments

Comments
 (0)