Skip to content

Commit

Permalink
Merge branch 'master' into 6420-ipset-header-data-query
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Nov 30, 2023
2 parents a578fc2 + 0e4e243 commit 84a2a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dnsforward/dnsforward.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ func (s *Server) prepareInternalDNS() (boot upstream.Resolver, err error) {
return nil, err
}

err = s.prepareUpstreamSettings(boot)
err = s.prepareUpstreamSettings(s.bootstrap)
if err != nil {
// Don't wrap the error, because it's informative enough as is.
return s.bootstrap, err
Expand Down

0 comments on commit 84a2a45

Please sign in to comment.