Hi there,
is there a way to customize / overwrite config for collecttions/szenarios?
For excample: Remove/Block some bots of seo-bots-whitelist, or ad other bots to this list
Or finetune config for crowdsecurity/nginx-req-limit-exceeded, as it seems to be too agressive for my site.
You can edit the file directly, however, there is one caveat if we update the list it will re download the list and overwrite your changes. To prevent any changes you can remove the source_url
property from within the yaml.
finetune config for crowdsecurity/nginx-req-limit-exceeded,
To change the scenarios you have to edit the yaml file, this will class it as tainted and prevents any updates to the file from running cscli hub
commands this is intentional as we dont want to overwrite your local changes.
Ok, thanks for your explanation.