prüpflog hinzugefügt

This commit is contained in:
2025-01-15 08:48:53 +01:00
parent 70d9354e17
commit c5fd6d9cc9

View File

@@ -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)
}
}
}