Skip to main content
2 of 2
Lots of people don't know about RFCs so I've added a link to one official repository of them
Chris Davies
  • 128.3k
  • 16
  • 179
  • 324

This is by design, as per RFC6762, .local domains are meant to be resolved locally using multicast DNS (mDNS) or against local DNS.

https://en.wikipedia.org/wiki/.local

It's not that you can't make it work, but the nature of this domain makes DNS libraries and software handle it differently to other domain names.

Pedro
  • 2.1k
  • 1
  • 15
  • 24