quickfix-1

This commit is contained in:
2025-01-14 22:12:37 +01:00
parent 0c7aac0430
commit 70d9354e17

View File

@@ -193,7 +193,6 @@ func handleDNSRequest(w dns.ResponseWriter, r *dns.Msg) {
// Durchlaufe alle Fragen in der Anfrage // Durchlaufe alle Fragen in der Anfrage
for _, q := range r.Question { for _, q := range r.Question {
fmt.Println(q.Qtype)
switch q.Qtype { switch q.Qtype {
case dns.TypeA: // IPv4-Anfrage case dns.TypeA: // IPv4-Anfrage
ip, exists := D[q.Name] ip, exists := D[q.Name]