Set right gateway on nginx crowdsec whitelist
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-04-10 16:17:45 +02:00
parent 9fe0772be2
commit 7c3fd8a0c6

View file

@ -62,10 +62,10 @@ 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.254" "192.168.1.254"
]; ];