Update IPs on firewall services

This commit is contained in:
Bun 2025-04-16 17:53:38 -04:00
parent 054a85411e
commit 41b88911bc
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
enable = true;
maxretry = 5;
bantime = "10m";
ignoreIP = [ "10.0.0.0/8" ];
ignoreIP = [ "11.0.0.0/8" ];
};
environment.persistence."/persist".directories = [ "/var/lib/fail2ban" ];