diff --git a/systems/x86_64-linux/stargate/services/fail2ban.nix b/systems/x86_64-linux/stargate/services/fail2ban.nix index e841fef..76825f1 100644 --- a/systems/x86_64-linux/stargate/services/fail2ban.nix +++ b/systems/x86_64-linux/stargate/services/fail2ban.nix @@ -23,6 +23,7 @@ ignoreIP = [ # Whitelist some subnets "192.168.178.0/24" + "kylekrein.duckdns.org" ]; bantime = "24h"; # Ban IPs for one day on the first ban bantime-increment = {