mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: default type to unreachable
This commit is contained in:
parent
3b4a7b7926
commit
c7fd777966
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ actionunban = ip route del <blocktype> <ip>
|
|||
# Option: blocktype
|
||||
# Note: Type can be blackhole, unreachable and prohibit. Unreachable and prohibit correspond to the ICMP reject messages.
|
||||
# Values: STRING
|
||||
blocktype = prohibit
|
||||
blocktype = unreachable
|
||||
|
|
|
|||
Loading…
Reference in a new issue