mirror of https://github.com/fail2ban/fail2ban
some documentation for multiport use in pf.conf
parent
1e7fd26f5f
commit
b5e031f3c3
|
@ -78,5 +78,12 @@ protocol = tcp
|
|||
#
|
||||
port = telnet
|
||||
|
||||
# Option: actiontype
|
||||
# Notes.: defines additions to the blocking rule
|
||||
# Values: leave empty to block all attempts from the host
|
||||
actiontype =
|
||||
|
||||
# Option: multiport
|
||||
# Notes.: addition to block access only to specific ports
|
||||
# Usage.: use in jail config: "banaction = pf[actiontype=<multiport>]"
|
||||
multiport = <sp>port <port>
|
||||
|
|
Loading…
Reference in New Issue