Comment on Local dns rewrite problems on android
rtxn@lemmy.world 1 day agoInstall Termux, then use either the dig or nslookup command to query the DNS name, and check which DNS server is queried. If it’s the private server’s address, you might be having connectivity issues. If it’s 100.100.100.100, the resolver is still trying to query Tailscale’s MagicDNS.
hexagonwin@lemmy.sdf.org 1 day ago
doesn’t termux always default to 1.1.1.1?
rtxn@lemmy.world 1 day ago
Right… my mistake, I guess I had SSH config entries in Termux and never questioned whether SSH was using those or DNS.
Still, try to find some way to check which server is being queried. It might reveal connectivity problems with the local DNS server.