Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 70 |
- |
1 |
# Fail2Ban configuration file
|
|
|
2 |
#
|
|
|
3 |
# Author: Cyril Jaquier
|
|
|
4 |
# Modified: Yaroslav O. Halchenko <debian@onerussian.com>
|
|
|
5 |
# made active on all ports from original iptables.conf
|
|
|
6 |
# Modified: Alexander Belykh <albel727@ngs.ru>
|
|
|
7 |
# adapted for nftables
|
|
|
8 |
#
|
|
|
9 |
|
|
|
10 |
[INCLUDES]
|
|
|
11 |
|
|
|
12 |
before = nftables-common.conf
|
|
|
13 |
|
|
|
14 |
[Definition]
|
|
|
15 |
|
|
|
16 |
# Option: nftables_mode
|
|
|
17 |
# Notes.: additional expressions for nftables filter rule
|
|
|
18 |
# Values: nftables expressions
|
|
|
19 |
#
|
|
|
20 |
nftables_mode = <protocol> dport \{ <port> \}
|
|
|
21 |
|
|
|
22 |
[Init]
|