This is pretty popular in the shell provider land. You have a host and you want to delegate a subdomain of that domain out to a friend to have ownership over.
So say we have a basic domain called jy.com
Now say we have a friend that wants to take ownership over likes.jy.com.. Well this is actually VERY easy to do.
First we want to add the following lines into the jy.com zone
Code:
likes IN NS ns1.likes.jy.com
likes IN NS ns2.likes.jy.com
ns1.likes IN A 33.44.55.66
ns2.likes IN A 33.44.55.67
Ok so as you see the first two lines say send all request to likes.jy.com to ns1/ns2.likes.jy.com
Then the next two lines tell them what IP those are at. Those ip address should be the other person's DNS servers. You can have more then 2.
Then just setup the domain like normal following something like
[/url][url=<___base_url___>/index.php?showtopic=694][/url][url=<___base_url___>/index.php?showtopic=694]https://www.linux-noob.com/forums/index.php?showtopic=694
Instead of using jy.com.. you want to make a domain called likes.jy.com and then you can do things like www.likes.jy.com