AmourSpirit

wordpress-soft.conf

Jul 19th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Fail2Ban configuration file
  2. #
  3. # Author: Charles Lecklider 2012-2016
  4. # Author: Brandon Allen     2016-2019
  5. #
  6.  
  7. [INCLUDES]
  8.  
  9. # Read common prefixes. If any customizations available -- read them from
  10. # common.local
  11. before = common.conf
  12.  
  13.  
  14. [Definition]
  15.  
  16. _daemon = wp
  17.  
  18. # Option:  failregex
  19. # Notes.:  regex to match the password failures messages in the logfile. The
  20. #          host must be matched by a group named "host". The tag "<HOST>" can
  21. #          be used for standard IP/hostname matching and is only an alias for
  22. #          (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  23. # Values:  TEXT
  24. #
  25. failregex = ^%(__prefix_line)sAuthentication failure for .* from <HOST>$
  26.  
  27. # Option:  ignoreregex
  28. # Notes.:  regex to ignore. If this regex matches, the line is ignored.
  29. # Values:  TEXT
  30. #
  31. ignoreregex =
Add Comment
Please, Sign In to add comment