mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
some documentation for multiport use in pf.conf
This commit is contained in:
parent
1e7fd26f5f
commit
b5e031f3c3
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue