Fail2ban - Настройка
Fail2ban - Настройка
Подскажите где настроить время блокировки? ІР пропадаю с блеклиста довльно быстро.
Re: Fail2ban - Настройка
/etc/fail2ban/jail.conf
Code: Select all
# "bantime" is the number of seconds that a host is banned.
bantime = 604800
# A host is banned if it has generated "maxretry" during the last "findtime"
# seconds.
findtime = 604800
maxretry = 3
Re: Fail2ban - Настройка
Спасибо