caddy-ratelimit
caddy-ratelimit copied to clipboard
HTTP rate limiting module for Caddy 2
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...
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...
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...
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...
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...
about changing in Use `RegisterDirectiveOrder` for `rate_limit` before `basic_auth` (#59) (ae5d5ea)
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,...