Skip to content

Commit

Permalink
call ZDNS without ./
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jan 9, 2025
1 parent 79b2303 commit 79b1151
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ cat domains.txt | ./zdns A
./zdns A google.com yahoo.com
Name Servers can either be specified as a global list or a per-domain name server.
./zdns A google.com --name-servers=1.1.1.1,8.8.8.8
echo "google.com,1.0.0.1" | ./zdns A
For Example:
zdns A google.com --name-servers=1.1.1.1,8.8.8.8
echo "google.com,1.0.0.1" | zdns A
For more information, see the README
`
Expand Down

0 comments on commit 79b1151

Please sign in to comment.