From 1fd7f89965406dd1c3d078b98f399575253e22bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Wed, 30 Jan 2019 14:38:45 +0100 Subject: [PATCH] Updated Fail2Ban Setup (markdown) --- Fail2Ban-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index ecc9237..42cdf86 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -67,7 +67,7 @@ If you've enabled the admin console by setting the `ADMIN_TOKEN` environment var before = common.conf [Definition] -failregex = ^.*Unauthorized Error: Invalid admin token\. IP: .*$ +failregex = ^.*Invalid admin token\. IP: .*$ ignoreregex = ```