I’m beginning my transition from Ezoic DNS to Cloudflare, and I’ve already hit my first snag! LOL
I signed up for Ezoic (a Certified Cloudflare Partner) back in August. Step one at that time was to let them import DNS settings from my server, then I changed the nameservers on my domains to point to the ones they gave me.
On the server, my domain had two NS records (ns1/ns2.mydomain.com
), an A record for mydomain.com
that pointed to my server’s IP, and a second A record for www.mydomain.com
that pointed to my server’s IP.
When I added it to Ezoic, their system changed the two NS records to their domains (falcon/rabbit.ezoicns.com
), and kept the two A records that pointed to my server’s IP.
When I added the domain to Cloudflare, though, I have:
-
No NS records
-
three A records that point to Amazon IPs (I’m guessing these are dedicated to Ezoic)
-
a warning that no A record for www was found (even though it’s definitely on Ezoic’s dashboard)
-
there are 3 new AAAA records that point to IPv6 addresses.
The A records for FTP and mail point to my server’s IP, but nothing else actually points to my server.
I’m making an educated guess that this is the way it’s supposed to be: the Cloudflare DNS pointing to what I’m guessing are Ezoic’s IP, and then Ezoic pointing to my server.
If that’s right then I guess that I need to add A records for www.mydomain.com
manually. Would I just duplicate the three A records for mydomain.com
(without the www)? Would I also need to manually copy the three AAAA records?