ha dns options --servers dns://IP_ADDRESS
ha dns restart
And any checks for DNS tell me that its set to the new server. But if I turn the old server off resolution breaks. Most importantly for my external ZigBee coordinator.
Im also using NGINX Home Assistant SSL proxy
Is there anywhere else I can check to see if I hardcoded it somewhere… somehow?
So if I do a nslookup from the terminal I get what Im assuming is a DNS server IP that comes from the NGINX Proxy and I think that its mapped to the old DNS server.
Thanks for that, I think I may have worked it out from that… Maybe
IP address is static, but also a resivation in the old server. So even though DNS has been set, its still going though the DHCP server. Which seems strange, but the only thing I can think of.
I am not sure how DHCP is really set up in HA, but it is not uncommon to allow DHCP requests for only DNS servers, when using a static IP.
This can happen regardless if there is a reservation or not in the DHCP service, because it is the host itself that just request DNS servers from the DHCP service.