diff --git a/doh-client/client.go b/doh-client/client.go index e6c1768..53c1fee 100644 --- a/doh-client/client.go +++ b/doh-client/client.go @@ -263,7 +263,7 @@ func (c *Client) handlerFunc(w dns.ResponseWriter, r *dns.Msg, isTCP bool) { if shouldPassthrough { numServers := len(c.bootstrap) upstream := c.bootstrap[rand.Intn(numServers)] - log.Printf("Request %s %s %s is passed through %s.\n", questionName, questionClass, questionType, upstream) + log.Printf("Request \"%s %s %s\" is passed through %s.\n", questionName, questionClass, questionType, upstream) var reply *dns.Msg var err error if !isTCP {