Fail2Ban Filter for Pancake App
In debian /etc/fail2ban/jail.local
[pancake]
enabled = true
port = http,https
filter = pancake
logpath = /var/log/auth.log
maxretry = 3
Copy paste the filter to /etc/fail2ban/filter.d/
directory.
In debian /etc/fail2ban/jail.local
[pancake]
enabled = true
port = http,https
filter = pancake
logpath = /var/log/auth.log
maxretry = 3
Copy paste the filter to /etc/fail2ban/filter.d/
directory.