You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
496 B
Plaintext
23 lines
496 B
Plaintext
7 years ago
|
# 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 = <protocol> dport \{ <port> \}
|
||
|
|
||
|
[Init]
|