mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
after some research it looks like setting to unreachable better than deny
This commit is contained in:
parent
fe557e5900
commit
d258a51a23
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ block = tcp
|
|||
# Common values: deny, unreach port, reset
|
||||
# Values: STRING
|
||||
#
|
||||
blocktype = deny
|
||||
blocktype = unreach port
|
||||
|
||||
# Option: set number
|
||||
# Notes.: The ipset number this is added to.
|
||||
|
|
|
|||
Loading…
Reference in a new issue