Skip to content

Commit

Permalink
Merge branch 'main' into feat/improve-output-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmourick committed Mar 7, 2024
2 parents 3325c44 + 3d8f85a commit aa97401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/core.go
Expand Up @@ -69,7 +69,7 @@ func SendDNSQuery(client *dns.Client, msg dns.Msg, dnsServerIP, dnsServerPort st

addr := net.JoinHostPort(dnsServerIP, dnsServerPort)

logrus.Debugf("Sending DNS query to %s", addr)
logrus.Debugf("Sending DNS query to %s with query type: %s", dnsServerIP, dns.TypeToString[msg.Question[0].Qtype])
response, timeDuration, err := client.Exchange(&msg, addr)

if err != nil {
Expand Down

0 comments on commit aa97401

Please sign in to comment.