IP Restriction Plugin Reference
| Field | Type | Default | Optional | Limitations | Description |
|---|---|---|---|---|---|
Running Mode | string | - | No | Optional Values: "Allow", "Deny" | Specify the running mode. |
Allow Mode
| Field | Type | Default | Optional | Limitations | Description |
|---|---|---|---|---|---|
Allowed Client IP Addresses & CIDR Ranges | string array | - | No | Length >= 1 | Allowed IP addresses or CIDR Ranges. |
Error Message | string | "Your IP address is not allowed" | Yes | Error message returned when the request is blocked. |
Deny Mode
| Field | Type | Default | Optional | Limitations | Description |
|---|---|---|---|---|---|
Denied Client IP Addresses & CIDR Ranges | string array | - | No | Length >= 1 | Denied IP addresses or CIDR Ranges. |
Error Message | string | "Your IP address is not allowed" | Yes | Error message returned when the request is blocked. |