remove jail

This commit is contained in:
waveringana 2025-08-17 02:15:06 -04:00
parent 706355fd30
commit f133e8f19a
3 changed files with 0 additions and 42 deletions

View file

@ -47,20 +47,6 @@
maxtime = "168h"; # Do not ban for more than 1 week
overalljails = true; # Calculate the bantime based on all the violations
};
jails = {
apache-nohome-iptables.settings = {
# Block an IP address if it accesses a non-existent
# home directory more than 5 times in 10 minutes,
# since that indicates that it's scanning.
filter = "apache-nohome";
action = ''iptables-multiport[name=HTTP, port="http,https"]'';
logpath = "/var/log/httpd/error_log*";
backend = "auto";
findtime = 600;
bantime = 600;
maxretry = 5;
};
};
};
virtualisation.docker = {