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.

21 lines
634 B

  1. # Fail2Ban configuration file
  2. #
  3. # Author: soapee01
  4. #
  5. [Definition]
  6. # Option: failregex
  7. # Notes.: regex to match the password failures messages in the logfile. The
  8. # host must be matched by a group named "host". The tag "<HOST>" can
  9. # be used for standard IP/hostname matching and is only an alias for
  10. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  11. # Values: TEXT
  12. #
  13. failregex = \[WARNING\] sofia_reg.c:\d+ SIP auth failure \(REGISTER\) on sofia profile \'.*\' for \[.*\] from ip <HOST>
  14. # Option: ignoreregex
  15. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  16. # Values: TEXT
  17. #
  18. ignoreregex =