From a44c1499554e4f1e55e84f5fc3ebbcd54ef5f5ae Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 24 Apr 2026 20:41:53 +0100 Subject: [PATCH] fail2ban: drop legacy 192.168.0.0/16 from ignoreIP LAN is 10.0.0.0/24 since the router cutover; the 192.168 range was a leftover from the eero-bridge era and no longer matches any host. Co-Authored-By: Claude Opus 4.7 --- services/fail2ban.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/fail2ban.nix b/services/fail2ban.nix index e5657f3..77c1434 100644 --- a/services/fail2ban.nix +++ b/services/fail2ban.nix @@ -21,7 +21,6 @@ ignoreIP = [ "127.0.0.1/8" "::1" - "192.168.0.0/16" "10.0.0.0/8" ];