I have a domain on some registrator and have get a lot of subdomains for different usage which have different IPs.
I do not want setup DNS with Cloudflare addresses for whole domain because I do not want to transmit queries for all subdomains to Cloudflare. I want to transmit only one subdomain to Cloudflare.
I have tried to setup zones in my registrator by adding two NS-records like:
- Type=NS subdomain=X DNS=:tratata.ns.Cloudflare.com priority=0
- Type=NS subdomain=X DNS=:blabla.ns.Cloudflare.com priority=1
And I have deleted from my registrator record:
Type=A subdomain=X IP=xxx.xxx.xxx.xxx
And I have added it (only one record) to Cloudflare:
Type=A Name=X Value=xxx.xxx.xxx.xxx TTL=automatic Status=DNS+http proxy
But it does not work. Overview page shows:
Status: Website not active (DNS modification pending)
=(
Is it possible to setup all I want via NS-records in my registrator (not touching global DNS settings)?