Hacker News new | ask | show | jobs
by nacs 1759 days ago
Neither of those URLs work for me (DNS doesn't resolve).
2 comments

https://google. isn't supposed to work, for ai try http://ai./ instead.
http://ai./ and https://ai./ does not work either. Is that an issue with my DNS resolver?
If you are using systemd's resolved you will have to disable `LLMNR` and enable `ResolveUnicastSingleLabel`. It should look something like this:

  $ cat /etc/systemd/resolved.conf
  [Resolve]
  LLMNR=no
  ResolveUnicastSingleLabel=yes
use a better dns resolver
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).

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.
Or use a worse DNS resolver. Your ISP may be trying to cash in on DNS names that don't resolve / ain't found by instead sending you to another website that pays the ISP a small fee.