Hacker News new | ask | show | jobs
by zamadatix 1768 days ago
https://google. isn't supposed to work, for ai try http://ai./ instead.
1 comments

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