I recently migrated DNS services to Cloudflare Gateway and have been tweaking associated firewall and NAT rules.
Hubitat (v2.2.4.158) is displaying several DNS errors in the logs:
Other systems on the same subnet can resolve the hostnames without issue:
$ dig api.netatmo.com
; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> api.netatmo.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52834
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;api.netatmo.com. IN A
;; ANSWER SECTION:
api.netatmo.com. 832 IN CNAME front-azure.netatmo.net.
front-azure.netatmo.net. 3599 IN A 51.145.143.28
So what gives?