s02Enrich and all not working in crowdsec module : formats.yaml.generate not working properly (no quote around string when spaces) ?
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-04-10 17:05:34 +02:00
parent a42e4d08da
commit 7dfa736c02

View file

@ -60,30 +60,6 @@ in {
};
}
];
parsers.s02Enrich = [
{
name = "custom/whitelists";
description = "Whitelist Gateway IP for VPN access";
whitelist = {
reason = "Whitelist for Gateway IP";
ip = [
"192.168.1.254"
];
};
}
];
postOverflows.s01Whitelist = [
{
name = "custom/whitelists";
description = "Whitelist Gateway IP for VPN access";
whitelist = {
reason = "Whitelist for Gateway IP";
ip = [
"192.168.1.254"
];
};
}
];
};
};
fail2ban = {