Y
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
decrypt
1768 days ago
http://ai./
and
https://ai./
does not work either. Is that an issue with my DNS resolver?
link
rany_
1768 days ago
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
link