This commit is contained in:
4
main.go
4
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:
|
||||
|
Reference in New Issue
Block a user