Is there any way to point a subdomain to another DNS? [closed]

-1

I am implementing a registration form and would like it to be accessed by a subdomain (cadastro.meusite.com.br). However, mysite.com is hosted on a different server over which I do not have control.

I have access to DNS zones. So, initially I figured I could create an A record by pointing to the ip of the locaweb server. But if for some reason the IP of the server changes, my form goes out of the loop.

I think the only way would be to point this subdomain to the locaweb DNS servers. but is this possible? If so, how do you do it?

    
asked by anonymous 02.03.2018 / 04:47

1 answer

0

Hello @cleber, what you want is not possible. Your first idea is correct. You need in your DNS to point to the IP of the server where the registration will be. If the IP changes, you change in your DNS. But do not worry. The chance of an IP hosting change on the internet is pretty low. Even more so if it is a provider like Locaweb.

    
02.03.2018 / 11:48