mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 19:55:27 +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 {
|
if options.SystemResolvers {
|
||||||
|
opts.ResolversFile = true
|
||||||
opts.EnableFallback = true
|
opts.EnableFallback = true
|
||||||
}
|
}
|
||||||
if options.ResolversFile != "" {
|
if options.ResolversFile != "" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user