DNS not propagating for @root, *, www but for other subdomain it does. It works for 4/5 domains :-)
Hello everyone 🙂
First of all, it is a fantastic product. I do have some issues with my DNS.
I host five domains on Cloudflare, and the service works flawlessly for 4/5 of them.
I want to point my domains to an IP without Cloudflare proxying (I do all the SSL termination, etc., on the edge of my k8s cluster).
My current DNS settings are attached as an image.
I did the following:
1) I check with
nslookup
if the nameservers are correct
2) reapplied the DNS settings (delete and add again)
3) waited for 24h
4) checked via nslookup
from multiple hosts (no local DNS cache confusion) --> It somehow still points inside the Cloudflare CDN network
5) Adding the subdomain test.haidy.health
works with any issue.
nslookup
for (@root, *, www) looks like this:
(shortned due to char limit)
What I expect (and it works for the subdomain test.haidy.health
:
If you have any idea how I can solve this, please let me know 🙂
Have a good one all 🙂 and cheers2 Replies
do you have any other records on that domain? Even just another proxied record AAAA for the same hostname would cause it to all to be proxied
btw there's not really any point in censoring dns only domains, the whole thing of dns only is that it's not proxying/protecting your origin's IP and anyone can look it up
dig test.haidy.health +short 34.65.235.253
Thanks for the answer. My first thought after posting was that the censoring is useless 🙂
But your feedback was correct. Funnily, I have for all other domains proxied AAAA records, and it is only an issue for my .health domain 🙂