mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
adding jail conf for shellshock filter
This commit is contained in:
parent
4f636eb0e3
commit
fc5f729f01
1 changed files with 5 additions and 0 deletions
|
|
@ -283,6 +283,11 @@ port = http,https
|
|||
logpath = %(apache_error_log)s
|
||||
maxretry = 2
|
||||
|
||||
[apache-shellshock]
|
||||
|
||||
port = http,https
|
||||
logpath = $(apache_error_log)s
|
||||
maxretry = 1
|
||||
|
||||
[nginx-http-auth]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue