slookup is a simple program to do DNS lookups in parallel. It reads names or addresses (in dotted-quad format) on standard input and writes the lookup results on stdout, one entry per line. It looks up the first word (name or address) of each input line, and returns the whole line together with the lookup result, so it can conveniently be used for looking up addresses in log files.
| Tags | Internet DNS |
|---|---|
| Operating Systems | POSIX |
| Implementation | C |