HA OS DNS Setting - Configuration not respected?

FYI you can disable the fallback DNS by entering the following in the cli:

ha dns options --fallback=false

Also less is potentially leaked out of the box after

Now supervisor does as systemd-resolved does and no longer sends LLMNR or MDNS queries to resolvers at all even if the fallback is enabled.

My general advice to anyone before disabling the fallback is to run the following command first:

ha resolution info

If you see no issues, feel free to disable it. If you see issues related to DNS then that means HA has issues working with your DNS server and you should fix those first.

And yes it is possible for HA to have an issue with a DNS server even though literally every other device on your network does not because of this:

If you have that musl related issue them it’ll show up as an issue when you enter that command. If not then feel free to disable the fallback.

5 Likes