Compare commits

..

No commits in common. "7dfa736c0264813f330b0d2afb982cbd2a63aede" and "7c3fd8a0c6b61a1c7c35e57cc7af35d05aa34042" have entirely different histories.

View file

@ -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 = {