Answer the question
In order to leave comments, you need to log in
How to convert IP addresses to hostname when there are many?
Unloaded statistics from the ICS visits and for clarity, you need to convert the ip address into a host name.
For example, 95.142.201.67 in srv67-201.vkontakte.ru. There are many similar sites like these but you can enter only once.
Answer the question
In order to leave comments, you need to log in
Save to file and run through dig
. For example, like this
for i in `cat ips.txt`; do echo "$i: `dig -x $i +short`"; done
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question