Setup crowdsec with ssh/firewall/traefik
This commit is contained in:
parent
2adadb30e8
commit
dc03244a3c
10 changed files with 140 additions and 1 deletions
|
@ -53,10 +53,17 @@
|
|||
|
||||
# Install plugins
|
||||
experimental.plugins = {
|
||||
# Block or allow requests based on their country of origin.
|
||||
geoblock = {
|
||||
moduleName = "github.com/PascalMinder/geoblock";
|
||||
version = "v0.2.7";
|
||||
};
|
||||
|
||||
# Authorize or block requests from IPs based on there reputation and behaviour.
|
||||
bouncer = {
|
||||
moduleName = "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin";
|
||||
version = "v1.3.2";
|
||||
};
|
||||
};
|
||||
|
||||
# Network entry points into Traefik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue