Cloudflare not responding to any DNS updates - It’s been more than 72 hours and the records were unproxied since the installation. The usually email ‘Cloudflare is live change your nameservers’ hasn’t been received as such changing the NameServer now won’t help
Hi @DarkDeviL, thank you for your response, my issue isn’t that - I can’t change the nameservers now because I’m waiting for Cloudflare to send me an email that the new setup is ready for me to change the name servers to these new ones.
Issue here is when I run ‘Resolve-DnsName {MY DOMAIN GOES HERE} -Server todd.ns.cloudflare.com -Type TXT’ it supposed to show the records that Cloudflare has if they are active however when I run that it returns a different set of IP address (old IP not the new one)
For example the lookup is specifically looking for all TXT records and it’s supposed to return 4 however it’s choosing to ignore the last one i.e. bounce.istrodent.com
;; ANSWER SECTION:
istrodent.com. 300 IN TXT "bounce.istrodent.com"
istrodent.com. 300 IN TXT "google-site-verification=kdk333vMEHskAQILUxpXG7J3hgXVDzgP92VpEVGShxM"
istrodent.com. 300 IN TXT "mailconf=https://envoy.aserv.co.za/mail/config-v1.1.xml"
istrodent.com. 300 IN TXT "v=spf1 include:spf.protection.outlook.com -all"
I only get three if I do the lookup without specifying the target server, and it ends up at ns.otherdns.net because that’s an actual authoritative nameserver for your domain right now. It doesn’t include the bounce one.
I don’t know what Resolve-DnsName is but maybe you’re not specifying the target server correctly to it?
I used to use dig too, unfortunately BIND9 has stop releasing or supporting native windows builds so either I need to use Windows native Resolve-DnsName or nslookup which are all tools that can perform DNS name query resolutions.
I’m happy that when you used dig and it returned exactly what I was looking to confirm - thank you. When I ran the same query using Resolve-DnsName or nslookup using the original query (see first message the query included the exact command which includes the target server) - it unfortunately (even now) still returning just 3 records for me (even after flushing my DNS cache).