From 4ecf045debc6c4f56d82b8fcd50287948d5ef536 Mon Sep 17 00:00:00 2001 From: servius Date: Mon, 16 Feb 2026 02:48:03 +0530 Subject: [PATCH] feat: Added ip target for ignore ip --- nixos/tako/services/fail2ban.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tako/services/fail2ban.nix b/nixos/tako/services/fail2ban.nix index f019df00..3e9c9692 100644 --- a/nixos/tako/services/fail2ban.nix +++ b/nixos/tako/services/fail2ban.nix @@ -16,6 +16,7 @@ ignoreIP = [ "106.219.121.52" "106.219.122.125" + "106.219.122.221" ]; }; };