I'm trying to learn more about networks and came across the following:
When I use dig
to get the IP address of stack overflow, I get the following result:
dig stackoverflow.com +short
151.101.1.69
151.101.193.69
151.101.129.69
151.101.65.69
However, copying any of these IP addresses in my browser returns:
Fastly error: unknown domain: 151.101.65.69. Please check that this domain has been added to a service.
What am I getting wrong here? Why can't I access these IP addresses through my browser?