mirror of https://github.com/daffainfo/nuclei.git
Merge pull request #4740 from projectdiscovery/bugfix-dns-resolvers
use system resolver first with system-resolversdev
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…
Reference in New Issue