There was an error while loading. Please reload this page.
1 parent f4312ab commit 54c02d7Copy full SHA for 54c02d7
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 || show_unresolved {
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