From cf45632df7b1338ee831f970240045a1bf0b1974 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 30 Nov 2025 11:51:22 -0800 Subject: don't ban local network --- profiles/server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/server.nix b/profiles/server.nix index 728bd81..5c5cacf 100644 --- a/profiles/server.nix +++ b/profiles/server.nix @@ -6,6 +6,7 @@ enable = true; ignoreIP = [ "10.100.0.0/24" # wireguard + "192.168.1.0/24" # local network ]; bantime = "1h"; bantime-increment = { -- cgit v1.2.3