TXT record not propagating at all

What is the name of the domain?

What is the error number?

NA

What is the issue you’re encountering

Recently added TXT record not propagating

What steps have you taken to resolve the issue?

The TXT record added is not appearing in ANY tool to verify. It’s as if Cloudflare is not storing it since any other TXT record I created propagates within 1 minute of saving it when testing. Other domains owned work perfectly fine with the dns ‘Name’ and ‘Value’. Very strange. Any ideas?

What feature, service or problem is this related to?

DNS not responding/updating

Can you show a screenshot of the record you created?

Yes, thank you.

You have delegated _domainkey to other nameservers. You either need to delete the NS records or create your DKIM records on the other nameservers.

_domainkey.apxnproperty.com. 300 IN     NS      nsany1.infomaniak.com.
_domainkey.apxnproperty.com. 300 IN     NS      nsany2.infomaniak.com.
;; Received 109 bytes from 173.245.59.207#53(miles.ns.cloudflare.com) in 3 ms
1 Like

Thank you. Would this require ANY ‘_domainkey.apxnproperty.com’ removed from other NS?

Currently, you are delegating all _domainkey records to the other nameservers.

You could delegate individual records by creating NS records for name_domainkey instead of just _domainkey.

However, I would recommend managing all DKIM records at the same DNS provider.

I believe this has been updated and removed from other NS. It should be only through CF.

May I ask you can confirm ‘81626._domainkey.apxnproperty.com’ is appearing now?

No. Have you deleted the NS records from your Cloudflare account yet? I’m still getting this result:

_domainkey.apxnproperty.com. 300 IN     NS      nsany1.infomaniak.com.
_domainkey.apxnproperty.com. 300 IN     NS      nsany2.infomaniak.com.
;; Received 115 bytes from 2a06:98c1:50::ac40:21cf#53(miles.ns.cloudflare.com) in 5 ms

Yes I have. Seeing it’s starting to propagate here.

Can you show a screenshot of your DNS records? I still see the NS record in my queries.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.