Live data from Hacker News

Google DNS at 010.010.010.010

8.8.8.8

1–10 of 132 posts

Re: Google DNS at 010.010.010.010

#3

I found this quite amusing as it seems as if Google is trying to impersonate Cloudflare's 1.1.1.1, whereas 010.010.010.010 is indeed the octal representation of 8.8.8.8. Credit: IPv4 addresses are silly, inet_aton(3) doubly so. https://www.netmeister.org/blog/inet_aton.html

Amusingly, iOS thinks the text “010.010.010.010” is a phone number.

Re: Google DNS at 010.010.010.010

#5
post #4

For me the link on HN is to https://dns.google/ but I'm pretty sure it's supposed to be to https://010.010.010.010/ (which redirects, for me). Did the admins change it?

I was just about to edit my comment: either that is the case or HN automatically runs a reverse DNS query to get the domain name associated with the IP address in the submission URL?

Re: Google DNS at 010.010.010.010

#6
post #4

For me the link on HN is to https://dns.google/ but I'm pretty sure it's supposed to be to https://010.010.010.010/ (which redirects, for me). Did the admins change it?

I was just about to edit my comment: either that is the case or HN automatically runs a reverse DNS query to get the domain name associated with the IP address in the submission URL?

More likely they do an HTTP request and if there's a redirect they update the link.

Re: Google DNS at 010.010.010.010

#7

Earlier quoted context omitted.

I was just about to edit my comment: either that is the case or HN automatically runs a reverse DNS query to get the domain name associated with the IP address in the submission URL?

More likely they do an HTTP request and if there's a redirect they update the link.

Indeed!

Re: Google DNS at 010.010.010.010

#8

I found this quite amusing as it seems as if Google is trying to impersonate Cloudflare's 1.1.1.1, whereas 010.010.010.010 is indeed the octal representation of 8.8.8.8. Credit: IPv4 addresses are silly, inet_aton(3) doubly so. https://www.netmeister.org/blog/inet_aton.html

Indeed octal. The second DNS is 010.010.04.04 == 8.8.4.4
Post reply on HN