docker-fail2ban-synology
docker-fail2ban-synology copied to clipboard
Client IP banned but docker still accessible
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]