0

I want to delegate internal.infraheads.com to my internal nameservers, but I depend on Wix as they enforce the use of their NS servers. And they don't support adding NS records required for NS delegation. What can I do in this situation except move away from Wix?

1 Answers1

-1

NS is a Name server. A NameServer means that if a DNS request is made, one of the name servers is queried for the correct DNS.

You do not want to change the NameServers, especially not if one points to service X and one points to service Y.

But you're lucky, because that is not at all what you need to do.

You want to manage internal.infraheads.com from another location. You can do this by creating a new DNS record elsewhere, for example: wix.mydomain.ext

Now, in Wix add a CNAME internal.infraheads.com and point it to wix.mydomain.ext

Now, whenver you change the DNS of wix.mydomain.ext, internal.infraheads.com will match automatically, as each DNS request is automatically forwarded.

Alternatively, you can choose to host the domain elsewhere, and set the CNAME for Wix in your DNS on the different server. Wix does support external DNS even if it doesn't like it.

LPChip
  • 66,193