fail2ban/config/action.d/nftables-multiport.conf

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 = <protocol> dport \{ <port> \}
[Init]