Hi there. I use Cloudflare to handle DNS for my domain which is hosted on a home server. I have an A record updated successfully using ddclient. I have proxying turned off. So far so good.
If I run % nslookup -querytype=A mydomain.com I get the correct IP4 address returned as expected.
if I run % nslookup -querytype=AAAA mydomain.com, I get the error:
Interesting. Tried your domain and got the same issue I was seeing with mine (NXDOMAIN for AAAA requests). Then tried bypassing my ISP’s DNS and going straight to Google’s 8.8.8.8 and got NOERROR for the AAAA request.
So, the problem is with my ISP not with Cloudflare.