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
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
a42e4d08da
commit
7dfa736c02
1 changed files with 0 additions and 24 deletions
|
@ -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 = {
|
fail2ban = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue