Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/waf/policies/ip-address-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Each IP address list includes:
- An enforcement type (`always`, `never`, or `policy-default`)
- A list of IP addresses

For the `ipAddress` value, use either a single IP (`1.2.3.4`) or a CIDR network address (`1.2.3.0/24`). `1.2.3.4/24` is invalid. `1.2.3.4/32` is valid and equivalent to `1.2.3.4`.

Here is an example of a declarative policy using an IP address lists configuration:

```json
Expand Down
Loading