remove allowlist
This commit is contained in:
parent
23f6d9124e
commit
18396e3ad4
1 changed files with 0 additions and 18 deletions
|
@ -97,24 +97,6 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"/crowdsec/parsers/s02-enrich/whitelist.yaml" = {
|
||||
text = ''
|
||||
name: "sajenim/whitelist"
|
||||
description: "Whitelist events from my ipv4 addresses"
|
||||
whitelist:
|
||||
reason: "my ipv4 ranges"
|
||||
ip:
|
||||
- "127.0.0.1"
|
||||
cidr:
|
||||
- "192.168.0.0/16"
|
||||
- "10.0.0.0/8"
|
||||
- "172.16.0.0/12"
|
||||
'';
|
||||
mode = "0755";
|
||||
};
|
||||
};
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue