mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 22:45:28 +00:00
Merge pull request #4740 from projectdiscovery/bugfix-dns-resolvers
use system resolver first with system-resolvers
This commit is contained in:
commit
14a2775808
@ -118,6 +118,7 @@ func Init(options *types.Options) error {
|
||||
}
|
||||
|
||||
if options.SystemResolvers {
|
||||
opts.ResolversFile = true
|
||||
opts.EnableFallback = true
|
||||
}
|
||||
if options.ResolversFile != "" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user