Compare commits
No commits in common. "7dfa736c0264813f330b0d2afb982cbd2a63aede" and "7c3fd8a0c6b61a1c7c35e57cc7af35d05aa34042" have entirely different histories.
7dfa736c02
...
7c3fd8a0c6
1 changed files with 12 additions and 0 deletions
|
@ -60,6 +60,18 @@ 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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue