mirror of https://github.com/fail2ban/fail2ban
parent
6ac2156907
commit
4f8427178a
|
@ -44,7 +44,7 @@ _kill_ss = ss -K dst "[<ip>]"
|
||||||
# Option: kill
|
# Option: kill
|
||||||
# Notes.: can be used to specify custom killing feature, by default depending on option kill-mode
|
# Notes.: can be used to specify custom killing feature, by default depending on option kill-mode
|
||||||
# Examples: banaction = ufw[kill='ss -K "( sport = :http || sport = :https )" dst "[<ip>]"']
|
# Examples: banaction = ufw[kill='ss -K "( sport = :http || sport = :https )" dst "[<ip>]"']
|
||||||
banaction = ufw[kill='cutter "<ip>"']
|
# banaction = ufw[kill='cutter "<ip>"']
|
||||||
kill = <_kill_<kill-mode>>
|
kill = <_kill_<kill-mode>>
|
||||||
|
|
||||||
[Init]
|
[Init]
|
||||||
|
|
Loading…
Reference in New Issue