Browse Source

fix: remove AA header flag in DNS query

秋のかえで 5 years ago
parent
commit
364086c974
1 changed files with 0 additions and 1 deletions
  1. 0 1
      proxy/dns/dns.go

+ 0 - 1
proxy/dns/dns.go

@@ -242,7 +242,6 @@ func (h *Handler) handleIPQuery(id uint16, qType dnsmessage.Type, domain string,
 		RecursionAvailable: true,
 		RecursionDesired:   true,
 		Response:           true,
-		Authoritative:      true,
 	})
 	builder.EnableCompression()
 	common.Must(builder.StartQuestions())