Skip to content

1.0.48 CrowdSec #4237

Answered by Ylianst
PathfinderNetworks asked this question in Q&A
Jul 7, 2022 · 5 comments · 3 replies
Discussion options

You must be logged in to vote

Apologies for the delay... you need to configure it in the "settings" section like this:

{
  "settings": {
    "port": 443,
    "crowdsec": {
      "url": "http://localhost:8080",
      "apiKey": "BOUNCER_API_KEY",
      "fallbackRemediation": "ban"
    }
  }
}

The "fallbackRemediation" setting can be "bypass", "captcha" or "ban" and indicates what MeshCentral should do if it can't contact the CrowdSec agent. I will be recoding a YouTube video with a demonstration of MeshCentral with CrowdSec.

One side effect of the configuration is that you can do this:

{
  "settings": {
    "port": 443,
    "crowdsec": { "fallbackRemediation": "captcha" }
  }
}

Since the CrowdSec agent is not configur…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Ylianst
Comment options

@The-Real-Admin-Guy
Comment options

@The-Real-Admin-Guy
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Ylianst
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment