Compare commits

...

2 commits

Author SHA1 Message Date
Théo Barnouin
7c3fd8a0c6 Set right gateway on nginx crowdsec whitelist
Some checks are pending
/ Build Nix targets (push) Waiting to run
2025-04-10 16:17:45 +02:00
Théo Barnouin
9fe0772be2 Set right gateway on nginx crowdsec whitelist 2025-04-10 16:03:50 +02:00

View file

@ -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"
]; ];
}; };
} }