There was an error while loading. Please reload this page.
1 parent 54c02d7 commit 8e019d8Copy full SHA for 8e019d8
src/resolver/mod.rs
@@ -70,7 +70,7 @@ pub async fn run_resolver(
70
let out = outdir.as_str().clone();
71
72
// probe for open ports and perform dns resolution
73
- if ports.is_empty() && !vhost || show_unresolved {
+ if ports.is_empty() && !vhost {
74
// Check if the flag 'show_unresolved' is true
75
if show_unresolved {
76
// Try to lookup the IP address for the 'job_host' using the 'resolver' object
0 commit comments