Skip to content

Commit

Permalink
fix: caceh dns result
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyxim committed Sep 16, 2023
1 parent fa49fd7 commit 2d3b936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dns/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 2d3b936

Please sign in to comment.