From 364086c9748cb10f49bc6c7cc62a4e609df456da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E3=81=AE=E3=81=8B=E3=81=88=E3=81=A7?= Date: Fri, 2 Apr 2021 16:47:19 +0800 Subject: [PATCH] fix: remove AA header flag in DNS query --- proxy/dns/dns.go | 1 - 1 file changed, 1 deletion(-) 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())