Compare commits
No commits in common. "7c3fd8a0c6b61a1c7c35e57cc7af35d05aa34042" and "e96f16f2fabc675059a65a9c1900e738532599ca" have entirely different histories.
7c3fd8a0c6
...
e96f16f2fa
1 changed files with 3 additions and 3 deletions
|
@ -62,12 +62,12 @@ in {
|
|||
];
|
||||
parsers.s02Enrich = [
|
||||
{
|
||||
name = "custom/whitelists";
|
||||
name = "gateway";
|
||||
description = "Whitelist Gateway IP for VPN access";
|
||||
whitelist = {
|
||||
reason = "Whitelist for Gateway IP";
|
||||
reason = "Gateway IP";
|
||||
ip = [
|
||||
"192.168.1.254"
|
||||
"192.168.1.1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue