Skip to content

Commit

Permalink
Merge pull request #4740 from projectdiscovery/bugfix-dns-resolvers
Browse files Browse the repository at this point in the history
use system resolver first with system-resolvers
  • Loading branch information
Mzack9999 committed Feb 7, 2024
2 parents 7647af1 + 099c2bb commit 14a2775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/protocols/common/protocolstate/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func Init(options *types.Options) error {
}

if options.SystemResolvers {
opts.ResolversFile = true
opts.EnableFallback = true
}
if options.ResolversFile != "" {
Expand Down

0 comments on commit 14a2775

Please sign in to comment.