←back to thread

220 points speckx | 1 comments | | HN request time: 0.3s | source
Show context
varikin ◴[] No.45145062[source]
Have you had issues with the .jhw TLD on Apple devices? I have my own DNS for my homelab with CoreDNS with house.hill as my domain. My house is on a hill. But .hill is not a TLD, and both my macbook and iphone stopped resolving it quite a while ago.
replies(3): >>45145673 #>>45148528 #>>45149298 #
1. akerl_ ◴[] No.45149298[source]
That generally suggests they’re not pointing at the resolver you have set to handle that domain. Otherwise your apple devices can’t tell a valid TLD from an invalid one: they just launch the DNS lookup and let the server tell them.

The exception to this is .local, which you shouldn’t use for internal systems because it will confuse the heck out of them in weird ways, because .local is by RFC not meant to be used in that way.