1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-22 17:15:19 -05:00

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

This commit is contained in:
Loyalsoldier
2021-03-23 15:49:20 +08:00
committed by GitHub
parent f3a56ca090
commit 3db3ba5872

View File

@@ -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())