Compare commits

...

2 commits

Author SHA1 Message Date
Théo Barnouin
7dfa736c02 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
2025-04-10 17:05:34 +02:00
Théo Barnouin
a42e4d08da Set right gateway on nginx crowdsec whitelist 2025-04-10 16:24:16 +02:00

View file

@ -60,18 +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"
];
};
}
];
}; };
}; };
fail2ban = { fail2ban = {