Add local exception to fail2ban
This commit is contained in:
parent
dbebb3630e
commit
7fc7eb949b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
enable = true;
|
||||
maxretry = 5;
|
||||
bantime = "10m";
|
||||
ignoreIP = [ "10.0.0.0/8" ];
|
||||
};
|
||||
|
||||
environment.persistence."/persist".directories = [ "/var/lib/fail2ban" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue