I have an app for example: app.com
And I would like to have some subdomains for it:
blog.app.comforum.app.cometc.app.com
I have two servers with the IP’s:
- Server A:
127.0.0.0 - Server B:
127.0.0.1
I would like to host the app.com on Server A. And all the subdomains on Server B.
How should I set up the DNS records?
If I read your question correctly, you should be able to this:
Pointing the root of the domain to server A, and then each subdomain can have a pointer to the other domain.