Working crowdsec config for Authentik + agenix rekey
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Théo Barnouin 2025-04-07 13:09:12 +02:00
parent da4ee48f72
commit e96f16f2fa
17 changed files with 199 additions and 171 deletions

View file

@ -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 = {