From c5fd6d9cc95f5cf1f2a7761754ecea35e73b7923 Mon Sep 17 00:00:00 2001 From: jbergner Date: Wed, 15 Jan 2025 08:48:53 +0100 Subject: [PATCH] =?UTF-8?q?pr=C3=BCpflog=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 15f8361..97c4c9e 100644 --- a/main.go +++ b/main.go @@ -259,7 +259,9 @@ func handleDNSRequest(w dns.ResponseWriter, r *dns.Msg) { } } default: - // Ignoriere nicht unterstützte Typen + if DEBUG { + fmt.Println("+", "unhandledDNSRequest", r.Question, q.Name, q.Qclass, q.Qtype) + } } }