Expand description
IP allow/deny list plugin (ip-restriction).
Filters requests by the client’s remote address against configured allow and deny lists (exact IPs or CIDR blocks); denied clients receive a 403 error routed through the node’s error port.
Structs§
- IpRestriction
Plugin - Restricts access based on the request’s
remote_addr.