varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
184 stars 86 forks source link

Blocking clients for a specified duration #94

Closed Rod-Gomes closed 6 years ago

Rod-Gomes commented 6 years ago

[vmod-vsthrottle] Add an optional block parameter to vsthrottle.is_denied, to permit blocking clients for a specified duration when the request rate threshold is reached.

How I use this?

nigoroll commented 6 years ago

RTFM ? https://github.com/varnish/varnish-modules/blob/master/src/vmod_vsthrottle.vcc#L121

nigoroll commented 6 years ago

VS folks: close?

Rod-Gomes commented 6 years ago

Yes, Thank you!