remove jail
This commit is contained in:
parent
706355fd30
commit
f133e8f19a
3 changed files with 0 additions and 42 deletions
|
|
@ -47,20 +47,6 @@
|
||||||
maxtime = "168h"; # Do not ban for more than 1 week
|
maxtime = "168h"; # Do not ban for more than 1 week
|
||||||
overalljails = true; # Calculate the bantime based on all the violations
|
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 = {
|
virtualisation.docker = {
|
||||||
|
|
|
||||||
|
|
@ -80,20 +80,6 @@
|
||||||
maxtime = "168h"; # Do not ban for more than 1 week
|
maxtime = "168h"; # Do not ban for more than 1 week
|
||||||
overalljails = true; # Calculate the bantime based on all the violations
|
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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Static IP configuration via systemd-networkd
|
# Static IP configuration via systemd-networkd
|
||||||
|
|
|
||||||
|
|
@ -276,20 +276,6 @@
|
||||||
maxtime = "168h"; # Do not ban for more than 1 week
|
maxtime = "168h"; # Do not ban for more than 1 week
|
||||||
overalljails = true; # Calculate the bantime based on all the violations
|
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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue