Hi!
I’ve added a few TXT records to my domain but they don’t get populated to DNS servers for whatever reason. What gives?
$ dig nesisuksi.com TXT
; <<>> DiG 9.10.6 <<>> nesisuksi.com TXT
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3396
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;nesisuksi.com. IN TXT
;; ANSWER SECTION:
nesisuksi.com. 299 IN TXT "google-site-verification=QXemlq2WinsAG1terczvP_5MyP7mNLUdQW6BopBKglw"
nesisuksi.com. 299 IN TXT "v=spf1 include:_spf.google.com ~all"
nesisuksi.com. 299 IN TXT "ca3-51aaf60078714ff9aab928e6d52d57dc"
;; Query time: 34 msec
;; SERVER: 172.20.0.5#53(172.20.0.5)
;; WHEN: Mon Feb 04 21:28:00 CET 2019
;; MSG SIZE rcvd: 220
As you can see, some of the entries were “inherited” from the old nameservers, but, for example, the DKIM record doesn’t become available, and there’s an extra “ca3-<…>” record that has deprecated since but nameservers still have it.
Name servers are set correctly:
$ dig nesisuksi.com NS
; <<>> DiG 9.10.6 <<>> nesisuksi.com NS
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10190
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;nesisuksi.com. IN NS
;; ANSWER SECTION:
nesisuksi.com. 21599 IN NS anuj.ns.Cloudflare.com.
nesisuksi.com. 21599 IN NS elle.ns.Cloudflare.com.
;; Query time: 145 msec
;; SERVER: 172.20.0.5#53(172.20.0.5)
;; WHEN: Mon Feb 04 21:28:36 CET 2019
;; MSG SIZE rcvd: 94