8 ms·
I had a similar problem with an Android phone and VPN, and tracked it down to my DHCP server only serving primary DNS IP and no secondary. In this circumstance
by fileoffset 6y ago
I had a similar problem with an Android phone and VPN, and tracked it down to my DHCP server only serving primary DNS IP and no secondary. In this circumstance it seems Google automatically adds its own DNS resolver as secondary, which was causing DNS leaks.
Try tunning tcpdump on your gateway looking at DNS and mDNS requests.
- tompazourek 6y agoHow can Google automatically add its own DNS resolver? Is that just what Chrome or Android does or is it some other way?