Procházet zdrojové kódy

Fix: remove AA header flag in DNS query (#817)

Loyalsoldier před 4 roky
rodič
revize
3db3ba5872
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      proxy/dns/dns.go

+ 0 - 1
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())