An open API service indexing awesome lists of open source software.

https://github.com/crowdsecurity/cs-openresty-bouncer

CrowdSec bouncer for OpenResty
https://github.com/crowdsecurity/cs-openresty-bouncer

Last synced: about 1 year ago
JSON representation

CrowdSec bouncer for OpenResty

Awesome Lists containing this project

README

          


CrowdSec







📚 Documentation
💠 Hub
💬 Discourse

# CrowdSec OpenResty Bouncer

A lua bouncer for OpenResty.

## How does it work ?

This bouncer leverages OpenResty 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.

# Installation

Please follow the [official documentation](https://doc.crowdsec.net/docs/bouncers/openresty).