Set right gateway on nginx crowdsec whitelist

This commit is contained in:
Théo Barnouin 2025-04-10 16:03:50 +02:00
parent e96f16f2fa
commit 9fe0772be2

View file

@ -67,7 +67,7 @@ in {
whitelist = { whitelist = {
reason = "Gateway IP"; reason = "Gateway IP";
ip = [ ip = [
"192.168.1.1" "192.168.1.254"
]; ];
}; };
} }