3 # Socket through which we receive log messages
4 ListenOn /var/run/bouncer.sock
6 # On the first login failure, we remember that an IP address is suspect
7 # and start counting failures. After too much failures, the address is banned.
10 # When a suspect address generates no more failure for this many seconds,
14 # Bans are lifted after this many seconds.
17 # When a ban is lifted, the address is again considered suspect
18 # and its number of failures is set to MaxFailures - Probation (0=disable).
21 # Limit on the number of suspect addresses and bans we keep in memory
25 # We log all messages to the log stream configured below
28 # Names of ipsets we feed the banned addresses to
29 # (you can omit either to disable processing of IPv4 or IPv6)
35 # Configuration of logging (see libucw docs for details)