Skip to content

Latest commit

History

History
31 lines (20 loc) 路 1014 Bytes

File metadata and controls

31 lines (20 loc) 路 1014 Bytes

CrowdSec

馃摎 Documentation 馃挔 Hub 馃挰 Discourse

CrowdSec NGINX Bouncer

A lua bouncer for nginx.

How does it work ?

This bouncer leverages nginx lua's API, namely access_by_lua_file.

New/unknown IP are checked against crowdsec API, and if request should be blocked, a 403 is returned to the user, and put in cache.

At the back, this bouncer uses crowdsec lua lib.

Installation

Please follow the official documentation.