From bee7677e4376967640ee4c1ca10ad00b22fd0f56 Mon Sep 17 00:00:00 2001 From: Jet Date: Sat, 14 Mar 2026 18:46:00 -0700 Subject: [PATCH] fix: add Caddy redir to fail2ban --- modules/hardening.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hardening.nix b/modules/hardening.nix index 6403df5..ca324ff 100644 --- a/modules/hardening.nix +++ b/modules/hardening.nix @@ -38,6 +38,7 @@ ignoreIP = [ "100.64.0.0/10" "127.0.0.0/8" + "::1/128" ]; };