Hacker News new | ask | show | jobs
by decrypt 1759 days ago
http://ai./ and https://ai./ does not work either. Is that an issue with my DNS resolver?
1 comments

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