Closed fdcastel closed 6 years ago
For bare domains on cloudflare you should use the ALIAS record type. For cloudflare, it uses cnames underneath, but that limits it to providers that implement those similar semantics.
Oh! I see.
https://stackexchange.github.io/dnscontrol/alias
Thank you very much, @captncraig. My fault for not RTFM 😉.
I'm using
dnscontrol 0.1.0 (c52ff67386750e96138fe78f0631d757f928f452)
with configurations likeHowever, upgrading to
dnscontrol 0.2.6 ("cea71db3528c5f0af7216dd94d938b28fb1758b7")
now give me the errorWhile I understand why this check was added, it should not be applied for Cloudflare setups, since CF allows CNAME flattening
https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root
Or I'm missing something here?