mirror of https://github.com/fail2ban/fail2ban
23 lines
472 B
Plaintext
23 lines
472 B
Plaintext
# Fail2Ban configuration file
|
|
#
|
|
# Author: Cyril Jaquier
|
|
# Modified: Yaroslav O. Halchenko <debian@onerussian.com>
|
|
# made active on all ports from original iptables.conf
|
|
# Modified: Alexander Belykh <albel727@ngs.ru>
|
|
# adapted for nftables
|
|
#
|
|
|
|
[INCLUDES]
|
|
|
|
before = nftables-common.conf
|
|
|
|
[Definition]
|
|
|
|
# Option: match
|
|
# Notes.: additional matches for nftables filter rule
|
|
# Values: nftables matches
|
|
#
|
|
match = meta l4proto \{ <protocol> \}
|
|
|
|
[Init]
|