docker-fail2ban icon indicating copy to clipboard operation
docker-fail2ban copied to clipboard

Fail2ban Docker image

Results 21 docker-fail2ban issues
Sort by recently updated
recently updated
newest added

Services (ssh for example) are properly banned but not containers. After being reported as banned from bitwarden I can still login with correct user/pass. Below is my general config (yes...

### Behavior #### Steps to reproduce this issue 1. Try to ban my IP 2. fail2ban tries to send an email but it fails 3. Checking my SMTP server shows...

### Behaviour #### Steps to reproduce this issue 1. `docker run --it --rm crazy-max/fail2ban:latest /bin/sh`. Try to run `pip`; not present. 2. Do `apk add --update-cache py3-pip` in the container....

Does anybody know why I might be having this error? (taken from fail2ban.log): ``` 2022-01-17 18:11:30,892 fail2ban.jail [1]: INFO Jail 'authelia' started 2022-01-17 18:11:31,092 fail2ban.actions [1]: NOTICE [authelia] Restore Ban...

### Behaviour #### Steps to reproduce this issue 1. Try to login in vaultwarden with wrong user/password credentials from private ip-address 172.18.0.1 #### Expected behaviour > The ipaddress 172.18.0.1 should...

Hi, Starting with Debian 10 nftables is the current FW solution. I'm managing my FW rules manually (not Docker integrated) and noticed that your fail2ban container uses iptable rules. Is...

kind/enhancement
help wanted

### Behaviour #### Steps to reproduce this issue 1. Have an actionstart contain ssh-add (to ban on the router) 2. Have actionban contain ssh 3. Permission denied due to `read_passphrase:...

Hello, I wanted to share with you that I found a workaround to use this image with RHEL8 and I would like to share with you just in case it...

Hi, A good feature to add in my opinion is the geoip package to add region block like https://www.webfoobar.com/node/54 Thank you and a great job with this image.

kind/enhancement

### Support guidelines - [X] I've read the [support guidelines](https://github.com/crazy-max/docker-fail2ban/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [x] ... the documentation does not mention anything about my...

kind/bug
status/triage