diff --git a/overlay/etc/dnsmasq.conf b/overlay/etc/dnsmasq.conf index 72ee908..952e33b 100644 --- a/overlay/etc/dnsmasq.conf +++ b/overlay/etc/dnsmasq.conf @@ -4,6 +4,9 @@ # to the real apple.com, but that shouldn't be a problem as we don't need it. address=/apple.com/192.168.90.1 +# Do the same for Android +address=/connectivitycheck.gstatic.com/192.168.90.1 + # Always use Google servers for name resolution. server=8.8.8.8 server=8.8.4.4