diff --git a/manage/access-control/rules.mdx b/manage/access-control/rules.mdx index b7993e7..052053f 100644 --- a/manage/access-control/rules.mdx +++ b/manage/access-control/rules.mdx @@ -71,7 +71,7 @@ CIDR (Classless Inter-Domain Routing) notation specifies IP address ranges using **Examples:** -- `144.234.11.22/24` - Matches all 256 IPs from 192.168.1.0 to 192.168.1.255 +- `192.168.1.0/0` - Matches all 256 IPs from 192.168.1.0 to 192.168.1.255 - `10.0.0.0/8` - Matches any IP starting with 10 (16.7 million addresses) - `2001:db8::/32` - Matches a range of IPv6 addresses - `0.0.0.0/0` - Matches all IPv4 addresses