I recently aquired a domain from GoDaddy, but find their zone file editing rather bad, since it won't let me do double subdomains, like bb.api.example.com, which are possible, since other web hosts can do that.

I have figured out I need to install BIND on my Ubuntu server - which sounds reasonable to me after reading up on it. How would I configure my domain then to use the zone file that's on my server, and not the one GoDaddy has? I suppose this might have something to do with the domain's nameservers or something.

Any help is appreciated!

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

To use your own DNS, you would change your name servers to point to your new server. Using GoDaddy, this involves going into your domain control panel, picking your domain, then going to the name servers section: alt text

You would then set your nameserver to a URL that points to your server. This could either be a URL on a separate domain, or creating name servers in your own domian.

link|improve this answer
feedback

but find their zone file editing rather bad, since it won't let me do double subdomains, like bb.api.example.com, which are possible, since other web hosts can do that.

It is possible: alt text

link|improve this answer
Huh, quite oddly, when I tried double-subdomains, it did not want to work. It works now though. – Tristan Seifert Jan 23 '11 at 20:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.