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.
- I frequently need to resolve a list of domains.
dnsx, shuffledns, puredns, massdns etc. does not like my VPN settings. - To practice some Bash
- I'm unemployed
- Better control flow
- Concurrency
- Args for different DNS record types
- Write the whole thing in Go instead