19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
|
# Fail2Ban apache-dynastie filter
|
||
|
#
|
||
|
|
||
|
[INCLUDES]
|
||
|
|
||
|
# Read common prefixes. If any customizations available -- read them from
|
||
|
# apache-common.local
|
||
|
before = apache-common.conf
|
||
|
|
||
|
[Definition]
|
||
|
|
||
|
failregex = ^\[[^]]*\] \[wsgi\:error\] \[pid [0-9]+\] Dynastie : fucking robot <HOST>$
|
||
|
|
||
|
ignoreregex =
|
||
|
|
||
|
# http://indefero.soutade.fr/p/dynastie
|
||
|
# [Sun May 22 10:10:33.804242 2016] [wsgi:error] [pid 10514] Dynastie : fucking robot 192.168.1.1
|
||
|
# Author: Grégory Soutadé
|