Skip to main content

Generic block list

cp:otoroshi.next.plugins.NgGenericBlockList

This plugin checks let requests is blocked based on an el expression

categories:

  • AccessControl

default configuration:

{
"expression" : "${req.ip_address}",
"values" : [ ]
}