1 # Configuration of the bouncer daemon
5 # Socket through which we receive log messages
6 ListenOn /var/run/bouncer.sock
8 # On the first login failure, we remember that an IP address is suspect
9 # and start counting failures. After too much failures, the address is banned.
12 # When a suspect address produces no further failures within this time [sec],
13 # it is acquitted and forgotten.
16 # Bans are lifted after this many seconds.
19 # After a ban is lifted, the IP address undergoes further probation. If it
20 # produces more failures within the probation period, it is banned again.
23 # When an address is banned again during probation, its ban time is multiplied
24 # by BannedAgainCoeff, but it cannot exceed MaxBannedTime [sec].
28 # Probation expires after [sec]
31 # Limit on the number of suspect addresses and bans we keep in memory
34 # We log all messages to the log stream configured below
37 # Names of ipsets we feed the banned addresses to
38 # (you can omit either to disable processing of IPv4 or IPv6)
44 # Configuration of logging (see libucw docs for details)