caddy-ratelimit icon indicating copy to clipboard operation
caddy-ratelimit copied to clipboard

HTTP rate limiting module for Caddy 2

Results 7 caddy-ratelimit issues
Sort by recently updated
recently updated
newest added

Hi I'm using this with the rate limit and its fantastic, however I checked to see if I could find any relation to allowing max active connection from a client/remote...

enhancement
help wanted

When used as the key of a dynamic zone, can `{http.request.remote.host}` be reduced to its network block for a certain prefix? Assuming `http.request.remote.host` is 1.2.3.4, and a function is used...

enhancement

For effective usage of this plugin on IPv6 enabled systems - there needs to be a way to rate-limit by IPv6 network range; this can be done by looking at...

enhancement

Thanks for your work on this, I am looking to implement this plugin to stop spam at the caddy level and rate limiting seems to be the best thing to...

question

We ran into an issue when using this handler in a more complex configuration, and I think it might be worth mentioning in the distributed rate limiting documentation, or adding...

bug

hi @steffenbusch we have define some snippets of rate limits, and import those snippets at end of block as below. Then with your change, those RL will get effectively with...

i am using to created many zone. in real use case: not all zone be blocked, so how to generate events system only for those zone (or not generate 429,...