Working crowdsec config for Authentik + agenix rekey
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
da4ee48f72
commit
e96f16f2fa
17 changed files with 199 additions and 171 deletions
|
@ -60,6 +60,18 @@ in {
|
|||
};
|
||||
}
|
||||
];
|
||||
parsers.s02Enrich = [
|
||||
{
|
||||
name = "gateway";
|
||||
description = "Whitelist Gateway IP for VPN access";
|
||||
whitelist = {
|
||||
reason = "Gateway IP";
|
||||
ip = [
|
||||
"192.168.1.1"
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
fail2ban = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue