From ad45a7836d43a389eb2cd0b7e2c01fa2bc5472bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Sun, 22 May 2022 15:29:05 +0300 Subject: [PATCH] TIL: Resolving ip address --- system/resolving-ip-address.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/resolving-ip-address.md diff --git a/system/resolving-ip-address.md b/system/resolving-ip-address.md new file mode 100644 index 0000000..8ae69f8 --- /dev/null +++ b/system/resolving-ip-address.md @@ -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.