Skip to content

Commit 84d0a2d

Browse files
author
Adel Assakaf
committed
docs: add strict wildcard flags in README.md
1 parent bb44ed9 commit 84d0a2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ func main() {
494494
- As default, `dnsx` checks for **A** record.
495495
- As default `dnsx` uses Google, Cloudflare, Quad9 [resolver](https://github.com/projectdiscovery/dnsx/blob/43af78839e237ea8cbafe571df1ab0d6cbe7f445/libs/dnsx/dnsx.go#L31).
496496
- Custom resolver list can be loaded using the `r` flag.
497-
- Domain name (`wd`) input is mandatory for wildcard elimination.
498-
- DNS record flag can not be used when using wildcard filtering.
497+
- Domain name (`wd`) input is required for wildcard filtering with `-wd`. The `-sw` flag provides automatic wildcard detection without needing `-wd`.
498+
- DNS record flag can not be used when using wildcard filtering with `-wd`.
499499
- DNS resolution (`l`) and DNS brute-forcing (`w`) can't be used together.
500500
- VPN operators tend to filter high DNS/UDP traffic, therefore the tool might experience packets loss (eg. [Mullvad VPN](https://github.com/projectdiscovery/dnsx/issues/221)). Check [this potential solution](./MULLVAD.md).
501501

0 commit comments

Comments
 (0)