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 generates no more failure for this many seconds,
16 # Bans are lifted after this many seconds.
19 # When a ban is lifted, the address is again considered suspect
20 # and its number of failures is set to MaxFailures - Probation (0=disable).
23 # Limit on the number of suspect addresses and bans we keep in memory
27 # We log all messages to the log stream configured below
30 # Names of ipsets we feed the banned addresses to
31 # (you can omit either to disable processing of IPv4 or IPv6)
37 # Configuration of logging (see libucw docs for details)