This commit is contained in:
Zhang Huangbin 2020-04-15 20:47:24 +08:00
parent 49c8418348
commit d70d3ce1e5
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,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

View File

@ -79,7 +79,7 @@ actionban = ...
# Notes.: command executed when unbanning an IP. Take care that the
# command is executed with Fail2Ban user rights.
actionunban = &lt;iptables&gt; -D f2b-&lt;name&gt; -s &lt;ip&gt; -j &lt;blocktype&gt;
actionunban = ...
</code></pre>
<p>In this tutorial, we will add a custom action config file and update jail