23 lines
490 B
Plaintext
23 lines
490 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: nftables_mode
|
||
|
# Notes.: additional expressions for nftables filter rule
|
||
|
# Values: nftables expressions
|
||
|
#
|
||
|
nftables_mode = meta l4proto <protocol>
|
||
|
|
||
|
[Init]
|