AaronErhardt / actix-governor

A middleware for actix-web that provides rate-limiting backed by governor.
GNU General Public License v3.0
103 stars 21 forks source link

IP Whitelist? #34

Closed penso closed 1 year ago

penso commented 2 years ago

Would it be any way to allow a specific set of IPs to not have any throttling at all? Haven't found any way to do that yet. Thanks!

AaronErhardt commented 2 years ago

This isn't supported yet, but this should be relatively simple to add (maybe as extension of the KeyExtractor trait).