Skip to content
/ dnsplz Public

A simple Bash script that resolves a list of domains from stdin to IP addresses and prints them to stdout

License

Notifications You must be signed in to change notification settings

n0kovo/dnsplz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dnsplz? 🥹👉👈

A simple Bash script that resolves a list of domains from stdin to IP addresses using dig and prints them to stdout. Prints a progress bar to stderr too.

Demo:

Why?

  1. I frequently need to resolve a list of domains.
    dnsx, shuffledns, puredns, massdns etc. does not like my VPN settings.
  2. To practice some Bash
  3. I'm unemployed

To Do:

  1. Better control flow
  2. Concurrency
  3. Args for different DNS record types
  4. Write the whole thing in Go instead

About

A simple Bash script that resolves a list of domains from stdin to IP addresses and prints them to stdout

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages