Replies: 2 comments 1 reply
-
|
Do you have any app setup to Bypass DNS or Bypass DNS & Firewall? If so, Rethink will let domain name resolution through and will switch to blocking TCP/UDP connections. This is because, on Android 11 and below, only TCP/UDP connections have ownership information (which app sent the request) tagged. In Also, if a domain name is Trusted (allowlisted) for a particular app or globally (universally), Rethink will have to switch to blocking/allowing it at TCP/UDP connection time instead of domain name resolution time (which means, a DNS query to resolve that domain name will be sent out). Do you have Configure -> DNS -> DNS Booster turned ON? If so, Rethink may be hydrating its caches (triggering DNS queries) in the background. Another scenario I can think of is, if any app is Excluded from Rethink, then it'll be able to send requests outside of the firewall ("tunnel") Rethink sets up. To rule this out, you can turn ON Block connections without VPN (if you're on Android 10+) to see if pi-hole then stops reporting blocked domains. |
Beta Was this translation helpful? Give feedback.
-
|
There are two exceptions but neither tor browser or the other app that connects to local LAN devices is associated with any of the hosts mentioned in the logfile. Block connections without VPN is set to on already. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My local network runs a Pi-Hole dns resolver that filters requests.
My Phone runs rethinkdns as an always-on VPN. Therefore i assume that if the vpn connection breaks, no connection gets made, no traffic flows.
Since i enabled local filter lists i see log entries in the pihole resolver that say "request to X from my phone was blocked".
The hostname in question is part of an enabled filter list within RethinkDNS.
Shouldn't a dns resolution attempt be already blocked at the local level and never make it to the upstream resolver when you have local filter lists enabled?
Beta Was this translation helpful? Give feedback.
All reactions