Get geolocation
The distance between two nodes will play a major role in the network latency.
So, we need to know the location of the nodes. We can do that with the following steps:
- Ping the hostname to get the IP address
ping -c 1 node1.dabble.run
- Visit https://ip-api.com/#74.208.121.101 to get the location of the node
Note: The IP address used in the URL should be the one that you get when you ping the hostname.