Pls help! How can I use a DNS Service? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Pls help! How can I use a DNS Service?

I want a way to get IP address of websites through their general name like google.com

3rd Sep 2017, 2:51 PM
Ore
Ore - avatar
2 Answers
+ 11
Open your cmd and launch this command... ping https://www.google.com ... this command is available for terminal emulators for Android too, in alternative here the Linux version: dig +short https://www.google.com If there are no security measure (often Cloudfare can give problems) it should work.
3rd Sep 2017, 3:39 PM
Maz
Maz - avatar
+ 1
Wow! It worked But please I am making a web browser with java does this apply?
3rd Sep 2017, 3:48 PM
Ore
Ore - avatar