Our customers make quite a few domain checks towards Google public DNS with the following domains <userid>.sip.teltel.io
, but they often fail. To others, like Cloudflare it is always successful.
When we run nslookup in a loop towards 8.8.8.8, about 80% of the time Google fails to resolve. To 1.1.1.1 it is always successful. See below a failed example:
Request:
while :
do
nslookup 7157599388.sip.teltel.io 8.8.8.8
done
Response:
Server: 8.8.8.8
Address: 8.8.8.8#53
** server can't find 7157599388.sip.teltel.io: NXDOMAIN
Additionally, when doing a dig towards 8.8.8.8 sometimes it fails, sometimes not: Does anyone have an idea why?
Thank you in advance!