Question
Name servers not serving TXT records
Hi,
I have created a number of TXT records for my domain on the Digital Ocean name servers:
TXT awesage.com returns “v=spf1 +a +mx +ip4:107.170.5.217 ~all” 3600
However when I query directly against the DO name servers my TXT records are not being returned:
dig awesage.com TXT @ns1.digitalocean.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> awesage.com TXT @ns1.digitalocean.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 60734
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;awesage.com. IN TXT
;; Query time: 154 msec
;; SERVER: 173.245.58.51#53(173.245.58.51)
;; WHEN: Wed Apr 26 20:22:24 AEST 2017
;; MSG SIZE rcvd: 40
Other records created such as A and CNAME are being returned correctly. As I am querying DO name servers directly propagation delay should not be an issue. Why aren’t my TXT records being served? Any help to resolve this issue would be appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×