diff --git a/dns/util.go b/dns/util.go index a6d3674b..e960a8e1 100644 --- a/dns/util.go +++ b/dns/util.go @@ -265,7 +265,11 @@ func msgToHTTPSRRInfo(msg *D.Msg) string { } collect(msg.Answer) - collect(msg.Extra) + + //TODO: Do we need to process the data in msg.Extra? + // If so, do we need to validate whether the domain names within it match our request? + // To simplify the problem, let's ignore it for now. + //collect(msg.Extra) if len(alpns) == 0 && publicName == "" && !hasIPv4 && !hasIPv6 { return ""