Skip to content

tobixen/libvmod-ratelimit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vmod_ratelimit

Development has been put on hold - there is a competing project out there, https://github.com/nand2/libvmod-throttle that seems to have more traction.

If the backend is the bottle neck (which usually is the case in our situation) I think it would be smarter to put the rate limiting into vcl_miss and/or vcl_pass and/or vcl_pipe rather than vcl_recv.

About

A vmod for writing rate-limiting code in vcl

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.3%
  • Shell 37.7%