diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index 302d1e9..bb3a599 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -119,7 +119,7 @@ Create and fill the following file before = common.conf [Definition] -failregex = ^.*Username or password is incorrect\. Try again\. IP: \. Username:.*$ +failregex = ^.*?Username or password is incorrect\. Try again\. IP: \. Username:.*$ ignoreregex = ```