-
The CMS makes it easy to add/remove whitelisted/blacklisted IPs.
The blacklist/whitelist are managed through iptables.
Other apps, such as fail2ban, will also interact with iptables.
We must make…
-
logrotate wants to know which user/group should be used for rotation because by default it's world writable or writable by group which is not "root".
```
/etc/cron.daily/logrotate:
error: skippin…
-
Thank you for this useful repo!
I followed the instructions to install the tool and forwarded a single docker container to the outside:
```
$ sudo ufw-docker status
[10] 172.18.0.2 5432/tcp …
-
Hi,
pf doesn't know "proto all". From fail2ban/action.d/pf.conf:
```
actionstart` = echo "table persist counters" | -f-
port=""; if [ "$port" != "" ] && case "$port" in \{*) fa…
-
Hello,
I get the following error when I try to start the exporter:
```
Traceback (most recent call last):
File "/f2b-exporter/fail2ban-exporter.py", line 127, in
REGISTRY.register(F2bC…
-
Any chance of you all extending this for syslog-ng? Below is a slightly redacted version of what our config file on our central log server looks like just for reference.
```
[genebean@myLogServer ~]$…
-
Hello,
I've installed fail2ban with haproxy on a ubuntu 22.04 server.
I found a strange behavior that might be a bug.
I told fail2ban to run a php script as action for ban and unban.
works fine.…
-
Hello @chesio !
You could steal 30 checks from this HTTP analyzer https://github.com/szepeviktor/wordpress-fail2ban/tree/master/block-bad-requests
and 30 more from this **MU plugin** https://githu…
-
### Environment:
- Fail2Ban version (including any possible distribution suffixes): 0.9.6
- OS, including release name/version: Ubuntu 17.04
- [x] Fail2Ban installed via OS/distribution mechanism…
-
I'd like to set up fail2ban to work with davmail, but it looks like the log doesn't include the client IP address for "Authentication failed" messages.
Even discounting fail2ban's needs, I think th…