Compare commits

...

1 Commits

Author SHA1 Message Date
c5fd6d9cc9 prüpflog hinzugefügt 2025-01-15 08:48:53 +01:00

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