Skip to content

Commit

Permalink
adding note
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed May 2, 2024
1 parent ea4c71f commit 4c601b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,10 @@ func (c *Client) queryMultiple(host string, requestTypes []uint16, resolver Reso
err = dnsdata.ParseFromMsg(resp)
}

// Note: this will refer only to the last valid response
// the whole series of responses can be found in the dnsdata.Raw field
dnsdata.RawResp = resp

// populate anyway basic info
dnsdata.Host = host
switch {
Expand Down

0 comments on commit 4c601b0

Please sign in to comment.