File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments