blob: c8c09167c56f8cd25610338fc61392980b04dd7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[DEFAULT]
chain = input
maxretry = 3
findtime = 60m
bantime = 24h
backend = systemd
logtarget = SYSTEMD-JOURNAL
banaction = nftables-multiport
banaction_allports = nftables-allports
[sshd]
enabled = true
port = 1738
mode = aggressive
journalmatch=_SYSTEMD_UNIT=ssh.service
|