From d19a0705b792b0a822e3560fd9bb8f19228d5050 Mon Sep 17 00:00:00 2001 From: Floordb <100075319+Floordb@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:19:39 +0100 Subject: [PATCH] Correct CIDR example IP address in documentation --- manage/access-control/rules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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