diff --git a/proxy/dns/dns.go b/proxy/dns/dns.go index 32e5fd59..e38b0cd9 100644 --- a/proxy/dns/dns.go +++ b/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())