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 = [
|
parsers.s02Enrich = [
|
||||||
{
|
{
|
||||||
name = "gateway";
|
name = "custom/whitelists";
|
||||||
description = "Whitelist Gateway IP for VPN access";
|
description = "Whitelist Gateway IP for VPN access";
|
||||||
whitelist = {
|
whitelist = {
|
||||||
reason = "Gateway IP";
|
reason = "Whitelist for Gateway IP";
|
||||||
ip = [
|
ip = [
|
||||||
"192.168.1.1"
|
"192.168.1.254"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue