From c31ab6f4f693c32c0376e576652715d7878e8846 Mon Sep 17 00:00:00 2001 From: Nishant Bhagat Date: Fri, 16 Jun 2023 16:32:54 +0530 Subject: [PATCH] Update README.md Changed `--skip-wildcard` to `--skip-wildcard-filter` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2952d0a..7710586 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Puredns then uses its wildcard detection algorithm to detect and extract all the It will use the massdns output from step 1 as a DNS cache to minimize the number of queries it needs to perform. To ensure precise results, it may have to validate the cache results by performing a DNS query. -You can skip this step using the `--skip-wildcard` flag. +You can skip this step using the `--skip-wildcard-filter` flag. #### 3. Validation