From 1c2911162b400fc4808536318cd7dafd610ddf3e Mon Sep 17 00:00:00 2001 From: Jet Date: Sat, 14 Mar 2026 18:38:58 -0700 Subject: [PATCH] fix: ignore the minecraft ips --- modules/hardening.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hardening.nix b/modules/hardening.nix index 9233354..fa7058f 100644 --- a/modules/hardening.nix +++ b/modules/hardening.nix @@ -35,6 +35,10 @@ enable = true; maxtime = "24h"; }; + ignoreIP = [ + "100.64.0.0/10" + "127.0.0.0/8" + ]; }; # ── Kernel hardening ──