Add fail2ban

This commit is contained in:
Rafi594
2019-02-03 15:05:38 +01:00
parent 94bd56cc13
commit 7f9cc6a9a8
5 changed files with 284 additions and 0 deletions

View File

@ -94,6 +94,11 @@ ynh_replace_string "__ADMIN__" "$admin" ../conf/login_source.sql
ynh_replace_string "__APP__" "$app" ../conf/login_source.sql
ynh_mysql_connect_as "$dbuser" "$dbpass" "$dbname" < ../conf/login_source.sql
#=================================================
# SETUP FAIL2BAN
#=================================================
ynh_add_fail2ban_config "/var/log/$app/$app.log" ".*Failed authentication attempt for .* from <HOST>" 5
#=================================================
# GENERIC FINALIZATION
#=================================================