Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
968
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Fail2Ban configuration file
  2. #
  3. # Author: amgorb@gmail.com
  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 = ^<HOST> - - .*$
  12.  
  13. # Option: ignoreregex
  14. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  15. # Values: TEXT
  16. #
  17. ignoreregex = jpeg|jpg|gif|png|css|js|pdf|txt|tar|swf|flv|ico|svg|mp3|avi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement