til/system/resolving-ip-address.md

10 lines
373 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

You can resolve the ip address of a domain in your command line with this:
```
getent hosts sahinakkaya.me
51.103.140.199 sahinakkaya.me
```
When you change a setting from your DNS registrar's panel, it does not propagate
to the world at the same time. So instead of using third party websites to know
what your domain name is pointing at, you can check it locally.