Custom quotas
cp:otoroshi.next.plugins.NgCustomQuotas
This plugin will enforce quotas on the current route based on whatever you want
categories:
- Other
default configuration:
{
"per_route" : true,
"global" : false,
"group" : null,
"expression" : "${req.ip}",
"daily_quota" : 10000000,
"monthly_quota" : 10000000
}