mirror of https://github.com/fail2ban/fail2ban
adding jail conf for shellshock filter
parent
4f636eb0e3
commit
fc5f729f01
|
@ -283,6 +283,11 @@ port = http,https
|
||||||
logpath = %(apache_error_log)s
|
logpath = %(apache_error_log)s
|
||||||
maxretry = 2
|
maxretry = 2
|
||||||
|
|
||||||
|
[apache-shellshock]
|
||||||
|
|
||||||
|
port = http,https
|
||||||
|
logpath = $(apache_error_log)s
|
||||||
|
maxretry = 1
|
||||||
|
|
||||||
[nginx-http-auth]
|
[nginx-http-auth]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue