+ 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
2 Réponses
+ 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.
+ 1
Wow! It worked
But please I am making a web browser with java does this apply?