DNS Text Record does not propagate

Hello, I’m using netlify DNS service and want to resolve problem
domain 1: zarathu.com
domain 2: statgarten.com
both are my own domain

There’s no error with netlify, but I can see TXT record not propagated.
I set some TXT, SPF record with zarathu.com, but I can’t see anything
please see Google Toolbox

For testing, I also set TXT record to another domain that I have
please see Google Toolbox

Due to the problem, I can’t check SPF and so on for email

I am confused because I can’t see difference between two urls
Best regards

I’ve refreshed the records for both DNS zones on our end, and I’m now seeing TXT records successfully propagated:

 % dig statgarten.com TXT

; <<>> DiG 9.18.21 <<>> statgarten.com TXT
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9020
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; ANSWER SECTION:
statgarten.com.		3600	IN	TXT	"11"

 % dig zarathu.com TXT   

; <<>> DiG 9.18.21 <<>> zarathu.com TXT
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25736
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; ANSWER SECTION:
zarathu.com.		3600	IN	TXT	"google-site-verification=NxJZhKdk1DLOuxqXGkvQuKBfodrAVBYouI74hpgLRDs"
zarathu.com.		3600	IN	TXT	"slack-domain-verification=iFOtMe3Jeezh4BT034oDzDX2lZNupkbxes99mrjJ"
1 Like