Hacker News new | ask | show | jobs
by mastazi 1759 days ago
I don't think it's a dns resolver issue. I'm intentionally using 8.8.8.8 to prove the point (same results with other mainstream services like 1.1.1.1 by the way):

-----

$ nslookup google 8.8.8.8

Server: dns.google

Address: 8.8.8.8

Name: google.

------

$ nslookup google. 8.8.8.8

Server: dns.google

Address: 8.8.8.8

Name: google

-----

(Edit: formatting).

1 comments

It's the local client not the resolver. Try "ai."
I had no issue with ai, I'm referring to google, see the nslookup outputs I pasted above.