Skip to main content

Module ip_restriction

Module ip_restriction 

Source
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§

IpRestrictionPlugin
Restricts access based on the request’s remote_addr.