Skip to main content

Custom throttling

cp:otoroshi.next.plugins.NgCustomThrottling

This plugin will enforce throttling on the current route based on whatever you want

categories:

  • Other

default configuration:

{
"per_route" : true,
"global" : false,
"group" : null,
"expression" : "${req.ip}",
"throttling_quota" : 100
}