Hacker News new | ask | show | jobs
by sph 429 days ago
You need a dot at the end for it to resolve correctly

https://ai.

It’s unreachable anyway

1 comments

That is cursed
It is not, it is for your local resolver to distinguish a top-level domain from a subdomain (i.e. `foo` gets rewritten to `foo.mydomain.com` or `foo.local`)

man resolv.conf, read up on search domains and the ndots option

You're currently browsing `news.ycombinator.com.`[0].

[0]: https://jvns.ca/blog/2022/09/12/why-do-domain-names-end-with...