From d70d3ce1e5bb0dc6e7ac19aece852e979ecb4367 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 15 Apr 2020 20:47:24 +0800 Subject: [PATCH] Typo --- en_US/howto/fail2ban.sql.md | 2 +- html/fail2ban.sql.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/fail2ban.sql.md b/en_US/howto/fail2ban.sql.md index d4cfe9fc..ec5c69d4 100644 --- a/en_US/howto/fail2ban.sql.md +++ b/en_US/howto/fail2ban.sql.md @@ -55,7 +55,7 @@ actionban = ... # Notes.: command executed when unbanning an IP. Take care that the # command is executed with Fail2Ban user rights. -actionunban = -D f2b- -s -j +actionunban = ... ``` In this tutorial, we will add a custom action config file and update jail diff --git a/html/fail2ban.sql.html b/html/fail2ban.sql.html index 893d088c..653b3caa 100644 --- a/html/fail2ban.sql.html +++ b/html/fail2ban.sql.html @@ -79,7 +79,7 @@ actionban = ... # Notes.: command executed when unbanning an IP. Take care that the # command is executed with Fail2Ban user rights. -actionunban = <iptables> -D f2b-<name> -s <ip> -j <blocktype> +actionunban = ...

In this tutorial, we will add a custom action config file and update jail