weiteres logging
All checks were successful
release-tag / release-image (push) Successful in 46s

This commit is contained in:
2025-01-16 01:04:32 +01:00
parent 239add14dd
commit 130411e58f

View File

@@ -210,7 +210,7 @@ func handleDNSRequest(w dns.ResponseWriter, r *dns.Msg) {
} }
} else { } else {
if DEBUG { 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 { } else {
if DEBUG { 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: case dns.TypePTR: