fix: caceh dns result

This commit is contained in:
gVisor bot 2023-09-16 12:29:49 +08:00
parent acb2daa6aa
commit 8a3231205a

View file

@ -200,6 +200,7 @@ func (r *Resolver) exchangeWithoutCache(ctx context.Context, m *D.Msg) (msg *D.M
isIPReq := isIPRequest(q)
if isIPReq {
cache=true
return r.ipExchange(ctx, m)
}