While trying to fake-register my kindle, which I did successfully, I have noticed in my Pi-hole that the kindle was doing a ton of DNS queries towards a cloudfront.net server (2-3 queries a minute). I've decided to block this via Pi-hole to see if it will have any consequences and the kindle immediately threw the following error:
I have also tried using /etc/hosts to redirect the URL to 127.0.0.1, and I was expecting the same error, but the DNS query was still being sent to the Pi-hole, so it's bypassing /etc/hosts.
From my point of view, it seems like the kindle is using this domain to check if its online, so my question is the following. Would it be possible to disable this check, but still have wifi? I don't really feel like the kindle has to ping the "mothership" every 20 seconds. Would there be a way to check the "online" status some other way than pinging amazon's servers?
Code:
Connection Failed
Your Kindle connected to the Wi-Fi network but could not reach the Internet.
Contact your Internet Service Provider for further assistance
From my point of view, it seems like the kindle is using this domain to check if its online, so my question is the following. Would it be possible to disable this check, but still have wifi? I don't really feel like the kindle has to ping the "mothership" every 20 seconds. Would there be a way to check the "online" status some other way than pinging amazon's servers?