Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Documentation for Input List Format #355

Closed
developStorm opened this issue Mar 1, 2024 · 1 comment · Fixed by #444
Closed

Improve Documentation for Input List Format #355

developStorm opened this issue Mar 1, 2024 · 1 comment · Fixed by #444

Comments

@developStorm
Copy link
Member

No description provided.

@phillip-stephens
Copy link
Contributor

phillip-stephens commented Mar 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants