mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-24 09:39:37 +01:00
TIL: Resolving ip address
This commit is contained in:
parent
d153dcc737
commit
ad45a7836d
9
system/resolving-ip-address.md
Normal file
9
system/resolving-ip-address.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
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.
|
Loading…
Reference in New Issue
Block a user