Parameters
See plugin common configurations for configuration options available to all plugins.
whitelist
array[string]
List of IPs to whitelist. Support IPv4, IPv6, and CIDR notations.
At least one of the
whitelist
andblacklist
should be configured, but they cannot be configured at the same time.blacklist
array[string]
List of IPs to blacklist. Support IPv4, IPv6, and CIDR notations.
At least one of the
whitelist
andblacklist
should be configured, but they cannot be configured at the same time.message
string
default:
Your IP address is not allowed
Message returned when the IP address is denied access.