Add ignore for TLS ALPNS .* rejected
This commit is contained in:
@ -170,6 +170,10 @@ sub parser {
|
||||
$host = $2;
|
||||
};
|
||||
}
|
||||
} elsif($string =~ m/TLS ALPN/) {
|
||||
if($string =~ m/rejected$/) {
|
||||
$reply = 'TLS ALPN rejected'
|
||||
}
|
||||
}
|
||||
return { retval => 1, retmsg => $reply, hostile => $hostile, host => $host, string => $string };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user