Hi,
Let say mydomain.com
In DNS management, there are
A record, file
→ 123.123.123.123
(DNS Only)
CNAME record, public
→ files.mydomain.com
(Proxied)
A China visitor visits files.mydomain.com
, it’s fine.
If who visits public.mydomain.com
, will Cloudflare still works fine as DNS only?
Means that public.mydomain.com
will be resolved to 123.123.123.123
.
Thanks.