nogizhopaboroda/iponmap

iponmap domain-name

NatoBoram opened this issue · 1 comments

Similarly to #4, I'd like to be able to use iponmap google.ca and see it on the map rather than having to get its IP beforehand.

App is not supposed to work this way by design, it takes only ips. Everything else is other utils responsibilities. Instead you can do:

host google.ca | iponmap

or

iponmap `host google.ca`