This commit is contained in:
2026-01-20 19:48:20 -05:00
parent bd0c7cde6d
commit a6a9196137
8 changed files with 65 additions and 15 deletions

View File

@@ -68,7 +68,7 @@
# defaults: maxretry=5, findtime=10m, bantime=10m
};
filter.Definition = {
failregex = ''^.*Failed authentication attempt for .* from <HOST>:.*$'';
failregex = "^.*Failed authentication attempt for .* from <HOST>:.*$";
ignoreregex = "";
journalmatch = "_SYSTEMD_UNIT=gitea.service";
};

View File

@@ -52,7 +52,7 @@
# defaults: maxretry=5, findtime=10m, bantime=10m
};
filter.Definition = {
failregex = ''^.*Failed login attempt for user .* from ip address <HOST>.*$'';
failregex = "^.*Failed login attempt for user .* from ip address <HOST>.*$";
ignoreregex = "";
journalmatch = "_SYSTEMD_UNIT=immich-server.service";
};