feat(crowdsec): Switch to whitelisting wireguard IP
My IP address is not static, and grafana seems to comfortably produce enough traffic to get me IP banned.
This commit is contained in:
parent
e1989a6009
commit
e11b6f810b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
parserWhitelist = [
|
parserWhitelist = [
|
||||||
"1.64.239.213"
|
"10.45.249.2"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue