hakluke / hakrevdns

Small, fast tool for performing reverse DNS lookups en masse.
MIT License
1.44k stars 155 forks source link

Added a channel, logging to stderr, and a loop #3

Closed 003random closed 4 years ago

003random commented 4 years ago

Changed some best practices and stuff to avoid panics. Also looping over the results now instead of picking the first one. Next to that, I added a channel for the output instead of printing it in the goroutine. Hope you like it :)