Is there a way to ban using a failregex filter on an access log line?
I had fail2ban on my host protecting the docker proxy instance when i was using nginx-proxy. Here is the line from my custom filter
failregex = ^.*\s<HOST>.*"(GET|POST).*" (404|444|403|400) .*$
EDIT:
Does this plugin only ban according to urlregexp and if I leave it blank it blocks all access?
Is there a way to ban using a failregex filter on an access log line?
I had fail2ban on my host protecting the docker proxy instance when i was using nginx-proxy. Here is the line from my custom filter
failregex = ^.*\s<HOST>.*"(GET|POST).*" (404|444|403|400) .*$EDIT:
Does this plugin only ban according to urlregexp and if I leave it blank it blocks all access?