From 736c4276056e205096ada0cc395fa6535a7ea5ce Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sun, 8 May 2022 10:14:54 -0400 Subject: [PATCH] harden: outdated info --- nixos/server/harden.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/server/harden.nix b/nixos/server/harden.nix index 9804c3e..214d8b7 100644 --- a/nixos/server/harden.nix +++ b/nixos/server/harden.nix @@ -18,8 +18,6 @@ fail2ban = { enable = true; ignoreIP = [ - # quebec - "70.53.237.50" ]; }; };