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: