CNAME propagation

How long does it normally take to propagate a CNAME record ?

I have the following record.

_732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co. 1 IN CNAME _61536581e315a3e1874b02736f8d103d.hkvuiqjoua.acm-validations.aws.

Doesn’t seem to get an answer with a dig

dig CNAME _732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co.

; <<>> DiG 9.10.6 <<>> CNAME _732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co.
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30482
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co. IN CNAME

;; AUTHORITY SECTION:
steadypay.co.		3600	IN	SOA	apollo.ns.Cloudflare.com. dns.Cloudflare.com. 2029962223 10000 2400 604800 3600

;; Query time: 61 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Sun Jan 20 22:35:56 NZDT 2019
;; MSG SIZE  rcvd: 148

It resolves for me with A records:

$ dig _732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co

; <<>> DiG 9.13.5 <<>> _732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64090
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;_732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co. IN A

;; ANSWER SECTION:
_732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co. 300 IN A 104.31.93.33
_732c900bb1d660fb6d5f5f3c71902026.test-api.steadypay.co. 300 IN A 104.31.92.33

;; Query time: 397 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Sun Jan 20 11:38:17 IST 2019
;; MSG SIZE  rcvd: 116

You can’t have both A records and CNAME records for the same name at the same time. My guess is that you want Cloudflare OFF for this CNAME (grey cloud instead of orange one in DNS settings at Cloudflare; click the cloud to toggle the state).

You are right. Thank you.

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