Set right gateway on nginx crowdsec whitelist

This commit is contained in:
Théo Barnouin 2025-04-10 16:24:16 +02:00
parent 7c3fd8a0c6
commit a42e4d08da

View file

@ -72,6 +72,18 @@ in {
}; };
} }
]; ];
postOverflows.s01Whitelist = [
{
name = "custom/whitelists";
description = "Whitelist Gateway IP for VPN access";
whitelist = {
reason = "Whitelist for Gateway IP";
ip = [
"192.168.1.254"
];
};
}
];
}; };
}; };
fail2ban = { fail2ban = {