Fail2ban jail for specific url doesn't work with Cloudflare
问题 This is a continuation of a previous question regarding creating a jail for a specific url. It bans the Cloudflare IP and not that of the user. I've followed this guide to setup the Cloudflare filter, but am having issues. Jail.local looks like this... [apache-specific-url] enabled = true port = http,https filter = apache-specific-url action = cloudflare iptables-allports logpath = %(apache_access_log)s bantime = 48h maxretry = 1 actions.d/cloudflare.conf This is the cloudflare.conf that came