From f5b1acda4f0e552955a42c29da8d76845124e7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= <tm@tlater.net> Date: Fri, 7 Feb 2025 01:39:57 +0800 Subject: [PATCH] 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. --- configuration/services/crowdsec.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/services/crowdsec.nix b/configuration/services/crowdsec.nix index 4891cad..ab0dd01 100644 --- a/configuration/services/crowdsec.nix +++ b/configuration/services/crowdsec.nix @@ -4,7 +4,7 @@ enable = true; parserWhitelist = [ - "1.64.239.213" + "10.45.249.2" ]; extraGroups = [