nogizhopaboroda / iponmap

commandline IP location finder
http://nogizhopaboroda.github.io/iponmap/
The Unlicense
315 stars 23 forks source link

iponmap domain-name #5

Closed NatoBoram closed 6 years ago

NatoBoram commented 6 years ago

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.

nogizhopaboroda commented 6 years ago

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`