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

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

The official Crowdsec Node.js Bouncer/Remediation Component
https://github.com/crowdsecurity/nodejs-cs-bouncer

nodejs security

Last synced: 5 months ago
JSON representation

The official Crowdsec Node.js Bouncer/Remediation Component

Awesome Lists containing this project

README

          


Crowdsec Bouncer logo

CrowdSec Node.js Bouncer



CrowdSec



Crowdsec JS Bouncer Version


Crowdsec JS Bouncer License


Crowdsec JS Bouncer E2E


Crowdsec JS Bouncer Codecov


Discord conversation


Documentation
  •  
Hub
  •  
npm
  •  
Issues
  •  
@crowdsec




## Overview

This bouncer allows you to protect your Node.js application from IPs that have been detected by CrowdSec. Depending on
the decision taken by CrowdSec, user will either get denied (403) or have to fill a captcha (401).

It supports `ban` and `captcha` remediation, and all decisions with `Ip` or `Range` scope.

## Usage

See [User Guide](https://github.com/crowdsecurity/nodejs-cs-bouncer/blob/main/docs/USER_GUIDE.md)

## Installation

See [Installation Guide](https://github.com/crowdsecurity/nodejs-cs-bouncer/blob/main/docs/INSTALLATION_GUIDE.md)

## Developer guide

See [Developer Guide](https://github.com/crowdsecurity/nodejs-cs-bouncer/blob/main/docs/DEVELOPER.md)

## License

[MIT](https://github.com/crowdsecurity/nodejs-cs-bouncer/blob/main/LICENSE)