Manage multiple servers with same domain name server (DNS)

#1
Let's assume www.itsme.com is my host main domain.

I already have one droplet running at Digital ocean Let's assume that is vps01. So, Vps01 is hosting websites:

- itsme.com - master domain
- go.com
- go-two.com

Currently, these hosted websites on vps01 points to nameserver ns1.itsme.com & ns2.itsme.com

Now, I would like to create another Digital ocean droplet and the name is something like vps02. So, vps02 will host the following websites:

- server02.itsme.com - master domain
- gone.com
- gone-alpha.com
- gone-beta.com

Question: How can I configure my nameservers (ns1.itsme.com & ns2.itsme.com) to point server02.itsme.com, gone.com, gone-aplha.com & gone-beta.com?

Note: Vps1 & Vps2 is running the Litespeed server & Cyberpanel.

Thank you very much in advance.
 

lsqtwrk

Administrator
#2
Hi,

You can you want to use vps01 as nameserver to manage the domains that are hosting on vps02 ?

Best regards,

----

I read the same question on DO forum , from that post , you mean you want to have multiple server use same DNS record for ns1/2.itsme.com ?
 
Top