Add hostile for denied by server configuration
This commit is contained in:
@ -70,6 +70,14 @@ sub parser {
|
||||
m/(\[client\ ($re_host)\:0\])/gcix && do {
|
||||
$host = $2;
|
||||
};
|
||||
} elsif($string =~ m/ client denied by server configuration/) {
|
||||
$_ = $string;
|
||||
$hostile = 1;
|
||||
$reply = 'Denied by server config';
|
||||
PARSE:
|
||||
m/(\[client\ ($re_host)\:0\])/gcix && do {
|
||||
$host = $2;
|
||||
};
|
||||
} elsif($string =~ m/mod_fcgid: cleanup zombie process/) {
|
||||
$reply = 'fcgi process killed';
|
||||
} elsif($string =~ m/scoreboard already in used/) {
|
||||
|
||||
Reference in New Issue
Block a user