diff --git a/proxy/dns/dns.go b/proxy/dns/dns.go index 05f406bde..415947686 100644 --- a/proxy/dns/dns.go +++ b/proxy/dns/dns.go @@ -244,7 +244,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())