You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
570 B
26 lines
570 B
[main] |
|
includes = ${CMAKE_INSTALL_FULL_SYSCONFDIR}/f2b/conf-enabled |
|
pidfile = /var/run/f2b.pid |
|
statedir = ${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/f2b |
|
logdest = syslog |
|
loglevel = info |
|
logfile = /var/log/f2b.log |
|
user = root |
|
group = root |
|
daemon = yes |
|
|
|
[defaults] |
|
state = no |
|
enabled = no |
|
bantime = 3600 |
|
findtime = 300 |
|
expiretime = 14400 |
|
incr_bantime = 0.0 |
|
incr_findtime = 0.0 |
|
maxretry = 5 |
|
source = files:/var/log/messages |
|
backend = exec-ipset:banned |
|
|
|
[jail:ssh] |
|
source = files:/var/log/auth.log |
|
filter = preg:${CMAKE_INSTALL_FULL_DATAROOTDIR}/f2b/filters/ssh.preg
|
|
|