diff --git a/root/etc/fail2ban/action.d/smeserver.conf b/root/etc/fail2ban/action.d/smeserver.conf index d41215d..16e5a3d 100644 --- a/root/etc/fail2ban/action.d/smeserver.conf +++ b/root/etc/fail2ban/action.d/smeserver.conf @@ -1,8 +1,8 @@ [Definition] -actionban = /sbin/e-smith/sme-fail2ban --host= --proto= --port= -actionunban = /sbin/e-smith/sme-fail2ban --host= --unban --proto= --port= +actionban = /sbin/e-smith/smeserver-fail2ban --host= --proto= --port= +actionunban = /sbin/e-smith/smeserver-fail2ban --host= --unban --proto= --port= [Init] protocol = undef diff --git a/root/sbin/e-smith/sme-fail2ban b/root/sbin/e-smith/smeserver-fail2ban similarity index 100% rename from root/sbin/e-smith/sme-fail2ban rename to root/sbin/e-smith/smeserver-fail2ban