Count NXDOMAIN replies from each server.

This commit is contained in:
Simon Kelley
2022-09-15 22:29:44 +01:00
parent 7a74037267
commit 271790685a
4 changed files with 12 additions and 5 deletions

View File

@@ -586,7 +586,7 @@ struct server {
struct serverfd *sfd;
int tcpfd, edns_pktsz;
time_t pktsz_reduced;
unsigned int queries, failed_queries;
unsigned int queries, failed_queries, nxdomain_replies;
time_t forwardtime;
int forwardcount;
#ifdef HAVE_LOOP