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