Merge pull request #4740 from projectdiscovery/bugfix-dns-resolvers

use system resolver first with system-resolvers
dev
Mzack9999 2024-02-07 12:30:49 +01:00 committed by GitHub
commit 14a2775808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ func Init(options *types.Options) error {
} }
if options.SystemResolvers { if options.SystemResolvers {
opts.ResolversFile = true
opts.EnableFallback = true opts.EnableFallback = true
} }
if options.ResolversFile != "" { if options.ResolversFile != "" {