Set right gateway on nginx crowdsec whitelist

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 = [
{
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.254"
];