Set right gateway on nginx crowdsec whitelist
This commit is contained in:
parent
7c3fd8a0c6
commit
a42e4d08da
1 changed files with 12 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue