Hey @fdq09eca,
You can do it that way but it’s not optimal and it’s hard for us to support since it doesn’t really use our CDN. We recommend using a subdomain as your primary domain, so in your case:
mydep.myorg.apexdomain.com
, and using a CNAME record to point that whole thing to the subdomain that Netlify automatically creates for you (weird-name-92034.netlify.com
). Here’s a longer article on why:
That said, if you have a delegated subdomain with an SOA, you probably can’t put a CNAME on it. If that’s the case, you should point an A name at our load balancer as you described above. You’ll be able to tell if you have an SOA by running the following command and checking for SOA
in the output:
$ host -t soa mydep.myorg.xxx.xx
To give an example of this command with a delegated subdomain:
$ host -t soa cs.utexas.edu
will return:
cs.utexas.edu has SOA record dns1.cs.utexas.edu. hostmaster.cs.utexas.edu. 2020031634 3600 1800 604800 1800
Hope that wasn’t TMI! Let us know how it goes and if we can answer any other questions on this 