You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should there be a possibility to have wildcard matches, fallbacks or default rules?
i.e. sudo:
endpoints:
/a: (interval 1s 10)
/b: (fixed 1d 10000)
'*': (fixed 1s 10) // all endpoints are limited at 10 requests per second, if other rules don't match
The text was updated successfully, but these errors were encountered:
Should there be a possibility to have wildcard matches, fallbacks or default rules?
i.e. sudo:
The text was updated successfully, but these errors were encountered: