-
Being a rebuild of RH it's a simple matter of patching config.pp.
```diff
--- config.pp.bak 2017-01-17 13:15:40.681058922 -0500
+++ config.pp 2017-01-17 13:16:06.890730918 -0500
@@ -38,7 +38,7…
-
### Environment:
- Fail2Ban version : fail2ban/jammy,now 0.11.2-6
- OS, including release name/version : Ubuntu 22.04 LTS
#### Service, project or product which log or journal should b…
-
I wanted to write a fail2ban rule for node-red. After defining some users in adminAuth in reference to https://github.com/node-red/node-red/issues/539 I expected to see errors on failed login attempts…
-
### The issue:
Mail transport agents can bounce an email if it violates RFCs. One limitation is line length. This is why MIME includes content encodings like quoted-printable so a long original lin…
-
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 fi…
-
I've created a docker with `tiredofit/lemonldap:2.0-latest` image. On first start, everything is ok. But if i restart the container :
- Fail2ban can't start because .pid and .sock already exists
- …
-
### Summary
Tell MailCow via script or otherwise what its dynamic home (office) IP address is and enter this IP address in the whitelisting.
### Motivation
Since Fail2ban is set to block /24 ranges…
-
[fail2ban-0.11.2](https://github.com/fail2ban/fail2ban/blob/0.11.2/ChangeLog) is not ready for python 3.10 yet. Would it be possible to use and require python 3.9 for now?
-
#### Feature request type
The logtarget option can be set in files under the jail.d folder to separate the logging output for a specific jail.
#### Description
I use a sshd.local file in fo…
-
Hi.
I was trying to setup fail2ban to block unsuccessful login attempts to my Wallabag instance running in Docker. However, I do not seem to find where logs are being stored and how to access them …