Enable fail2ban on thrall
This commit is contained in:
parent
3b1d972780
commit
052461ecc9
1 changed files with 6 additions and 0 deletions
|
|
@ -178,6 +178,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.fail2ban = {
|
||||||
|
enable = true;
|
||||||
|
maxretry = 5;
|
||||||
|
ignoreIP = [ "127.0.0.0/8" "10.0.0.0/8" "192.168.0.0/16" ];
|
||||||
|
};
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "thrall.failco.de";
|
fqdn = "thrall.failco.de";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue