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

Client IP banned but docker still accessible

Open Techal62 opened this issue 5 months ago • 1 comments

I installed fail2ban on my synology in a docker, the IP detection works correctly however despite the banning rules being created on my synology I still have access to my docker which should be blocked

[jellyfin]

enabled = true port = 80,443 protocol = tcp filter = jellyfin maxretry = 3 bantime = 180 findtime = 43200 logpath = /config/log/jellyfin/*.log

#action = iptables-allports[name=jellyfin, chain=INPUT] => blocks access to NAS but not to docker action = iptables-allports[name=jellyfin, chain=DOCKER-USER]

Techal62 avatar Sep 17 '24 05:09 Techal62