Compare commits

..

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

View file

@ -62,12 +62,12 @@ in {
]; ];
parsers.s02Enrich = [ parsers.s02Enrich = [
{ {
name = "custom/whitelists"; name = "gateway";
description = "Whitelist Gateway IP for VPN access"; description = "Whitelist Gateway IP for VPN access";
whitelist = { whitelist = {
reason = "Whitelist for Gateway IP"; reason = "Gateway IP";
ip = [ ip = [
"192.168.1.254" "192.168.1.1"
]; ];
}; };
} }