From 6dab04021cc1f97e5d95ca7da56e95a1fed8046a Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 31 May 2022 13:47:51 +0000 Subject: [PATCH] Further update to listen for any traffic. Need to refine to returning DNS or ICMP about DNS --- slist.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/slist.h b/slist.h index 399ab05..38224d1 100644 --- a/slist.h +++ b/slist.h @@ -8,6 +8,7 @@ struct dns_list { char* server; struct timespec time; + int errors; struct dns_list* next; }; -- Gitblit v1.10.0