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
629 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. #Oct 9 02:56:16 m1 fusionpbx-provision[28628]: [10.0.0.1] invalid mac address 000000000000
  12. failregex = \[<HOST>\] invalid mac address
  13. # Option: ignoreregex
  14. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  15. # Values: TEXT
  16. #
  17. ignoreregex =