zdns icon indicating copy to clipboard operation
zdns copied to clipboard

Improve Documentation for Input List Format

Open developStorm opened this issue 1 year ago • 1 comments
trafficstars

developStorm avatar Mar 01 '24 00:03 developStorm

This is a good issue, we should document all the various ways you pass input to ZDNS. A non-exhaustive list:

  • Single Domain: echo "censys.io" | ./zdns A
  • Single Domain with Name Server: echo "censys.io,1.1.1.1" | ./zdns A
  • Multiple Domains: cat domains.txt | ./zdns A

It's unclear what format ZDNS expects input. Let's inventory the ways ZDNS expects input and document them.

At minimum:

  • [ ] --help text
  • [ ] README.md

phillip-stephens avatar Mar 01 '24 00:03 phillip-stephens