diff --git a/README.md b/README.md index 075a90d..8bf9509 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # fail2ban ssh abuse email provider ## ANTIBOTNET SYSTEM + +## Config + +### edit `entrypoint.sh` with your smtp settings + +## Expose jail +``` +docker-compose up -d +``` + +## Stop jail +``` +docker-compose down +``` + +### License MIT diff --git a/action.d/sendmail-abuse.conf b/action.d/sendmail-abuse.conf deleted file mode 100644 index 3e4666f..0000000 --- a/action.d/sendmail-abuse.conf +++ /dev/null @@ -1,66 +0,0 @@ -[Definition] - -# Option: actionstart -# Notes.: command executed once at the start of Fail2Ban. -# Values: CMD -# -actionstart = printf %%b "Subject: [Fail2Ban] : started - Date: `date -u +"%%a, %%d %%h %%Y %%T +0000"` - From: Fail2Ban <> - To: \n - Hi,\n - The jail has been started successfully.\n - Regards,\n - Fail2Ban" | /usr/sbin/sendmail -f - -# Option: actionstop -# Notes.: command executed once at the end of Fail2Ban -# Values: CMD -# -actionstop = printf %%b "Subject: [Fail2Ban] : stopped - Date: `date -u +"%%a, %%d %%h %%Y %%T +0000"` - From: Fail2Ban <> - To: \n - Hi,\n - The jail has been stopped.\n - Regards,\n - Fail2Ban" | /usr/sbin/sendmail -f - -# Option: actioncheck -# Notes.: command executed once before each actionban command -# Values: CMD -# -actioncheck = - -# Option: actionban -# Notes.: command executed when banning an IP. Take care that the -# command is executed with Fail2Ban user rights. -actionban = /etc/fail2ban/fail2ban_abuse_mail.sh - -# Option: actionunban -# Notes.: command executed when unbanning an IP. Take care that the -# command is executed with Fail2Ban user rights. -# Tags: IP address -# number of failures -#