I have a fail2ban filter
To verify the ip is blocked i have checked iptables output and it list the IP
fail2ban filter
[wordpress]
enabled = true
port = http,https
filter = wordpress
action = iptables-multiport[name=wordpress, port="http,https", protocol=tcp]
logpath = /var/log/nginx/domains/*.log
maxretry = 5
findtime = 900
bantime = 86400
When i check within hestia banlist it does not show there.
http://hostname:8083/list/firewall/banlist/
Im am sure this is a problem with my settings, so can someone tell me what i have to change to make it so that whenver the filter bans ip it also adds it to the control panel?