add patch feature (#6)

* add patch feature

* refactor
This commit is contained in:
Dennis
2023-12-30 17:18:25 +01:00
committed by GitHub
parent 5835291841
commit 85ab0e229e
3 changed files with 82 additions and 19 deletions

View File

@ -28,7 +28,7 @@ in
filter = "apache-nohome";
action = ''iptables-multiport[name=HTTP, port="http,https"]'';
logpath = "/var/log/httpd/error_log*";
backend = "auto";
backend = "systemd";
findtime = 600;
bantime = 600;
maxretry = 5;