Hmm that’s actually something I hadn’t thought about, but yeah it probably wouldn’t work for an offline mode… If the app is already open, maybe it would work, but I’m not 100% sure. In general, it does require internet to connect to your home assistant (my phone is setup with wireguard to VPN into mind so it’s not internet facing). So yeah unless it can be used during those random connection drops, maybe not a perfect option :(
Actually, there are some apps and even phone level things that do try to call to custom DNS, ignoring all the phone settings, including those defined in the global settings. Termux nslookup is one I can think of at the top of my head that ignores the phone’s settings and instead tries to call to Google DNS. I’ve got DNS default blocked in a custom script for AFWall on my phone, excluding calling my custom DNS, and see the block frequently hit. Just now checking, I see 54 blocks on 8.8.8.8:53, 2 blocks on 1.1.1.1:53, and 16 on “other” port 53 (catch all block).
Think the best solution is either a router firewall setup if always on the wifi, or a phone firewall app that can act as a VPN and just default block everything, or something like that. If rooted, AFWall does wonders.