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 --- .gitignore | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index d297a5f..fdf8ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.o *.out *~ -dnscomp \ No newline at end of file +dnscomp +\#* +*# +test \ No newline at end of file -- Gitblit v1.10.0