fix: caceh dns result
This commit is contained in:
parent
acb2daa6aa
commit
8a3231205a
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ func (r *Resolver) exchangeWithoutCache(ctx context.Context, m *D.Msg) (msg *D.M
|
||||||
|
|
||||||
isIPReq := isIPRequest(q)
|
isIPReq := isIPRequest(q)
|
||||||
if isIPReq {
|
if isIPReq {
|
||||||
|
cache=true
|
||||||
return r.ipExchange(ctx, m)
|
return r.ipExchange(ctx, m)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue