Advertisement
Guest User

Untitled

a guest
Nov 28th, 2011
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Fail2Ban configuration file
  2. #
  3. # Author: http://www.go2linux.org
  4. #
  5. [Definition]
  6.  
  7. # Option: failregex
  8. # Note: This regex will match any GET entry in your logs, so basically all valid and not valid entries are a match.
  9. # You should set up in the jail.conf file, the maxretry and findtime carefully in order to avoid false positives.
  10.  
  11. failregex = ^ -.*GET
  12.  
  13. # Option: ignoreregex
  14. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  15. # Values: TEXT
  16. #
  17. ignoreregex =
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement