Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 342 Bytes

Fail2Ban Filter for Pancake App

Fail2Ban - jail.local

In debian /etc/fail2ban/jail.local

[pancake]  
enabled  = true  
port   = http,https  
filter = pancake  
logpath  = /var/log/auth.log  
maxretry = 3

Filter

Copy paste the filter to /etc/fail2ban/filter.d/ directory.