Fork of FusionPBX but with LDAP kinda working
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.

20 lines
674 B

  1. # Fail2Ban configuration file
  2. #
  3. [Definition]
  4. # Option: failregex
  5. # Notes.: regex to match the password failures messages in the logfile. The
  6. # host must be matched by a group named "host". The tag "<HOST>" can
  7. # be used for standard IP/hostname matching and is only an alias for
  8. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  9. # Values: TEXT
  10. #
  11. #2021-02-03 16:27:57.292697 [WARNING] sofia_reg.c:2353 IP 62.210.78.91 Rejected by register acl "domains"
  12. failregex = \[WARNING\] sofia_reg.c:\d+ IP <HOST> Rejected by register acl
  13. # Option: ignoreregex
  14. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  15. # Values: TEXT
  16. #
  17. ignoreregex =