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
- Host: GitHub
- URL: https://github.com/crowdsecurity/cs-openresty-bouncer
- Owner: crowdsecurity
- License: mit
- Created: 2021-12-16T17:53:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T09:38:26.000Z (about 1 year ago)
- Last Synced: 2025-04-05T20:33:36.596Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 885 KB
- Stars: 16
- Watchers: 10
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crowdsec - cs-openresty-bouncer - OpenResty/Nginx bouncer with native Lua integration. (Bouncers / Web Servers & Proxies)
README
📚 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).