From 130411e58f78a4d6cec939b61918c6d7b2b3bb71 Mon Sep 17 00:00:00 2001 From: jbergner Date: Thu, 16 Jan 2025 01:04:32 +0100 Subject: [PATCH] weiteres logging --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 89a8b71..de5b9d9 100644 --- a/main.go +++ b/main.go @@ -210,7 +210,7 @@ func handleDNSRequest(w dns.ResponseWriter, r *dns.Msg) { } } else { if DEBUG { - fmt.Println("!", "handleDNSRequest", "case dns.TypeA", "not found in D") + fmt.Println("!", "handleDNSRequest", "case dns.TypeA", "not found in D", q.Name) } } @@ -231,7 +231,7 @@ func handleDNSRequest(w dns.ResponseWriter, r *dns.Msg) { } } else { if DEBUG { - fmt.Println("!", "handleDNSRequest", "case dns.TypeAAAA", "not found in D") + fmt.Println("!", "handleDNSRequest", "case dns.TypeAAAA", "not found in D", q.Name) } } case dns.TypePTR: