Is it normal that, after pointing ns from godaddy to digitalocean, subdomain are resolving but main site isn’t resolving at all ?
Here’s my raw config. Seems anything wrong. Maybe it’s my fault (i’m working from 12 hours) but according raw bind i don’t see errors.
$TTL 7200 @ IN SOA ns1.digitalocean.com. hostmaster.mysite.net. ( 1359008096 ; last update: 2013-01-24 06:14:56 UTC 3600 ; refresh 900 ; retry 1209600 ; expire 10800 ; 3 hours ttl ) IN NS ns1.digitalocean.com. NS ns2.digitalocean.com. NS ns3.digitalocean.com.
MX 1 ASPMX.L.GOOGLE.COM.
MX 5 ALT1.ASPMX.L.GOOGLE.COM.
MX 5 ALT2.ASPMX.L.GOOGLE.COM.
MX 10 ASPMX2.GOOGLEMAIL.COM.
MX 10 ASPMX3.GOOGLEMAIL.COM.
mysite.net IN A 111.111.111.111 www.mysite.net CNAME mysite.net. download IN A 111.111.111.111 www.download IN A 111.111.111.111 host IN A 111.111.111.111
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You are missing the default record which is automatically created when you specify an IP for the domain during the domain create. <br> <br>Add an “A” record with the following: <br>“@” -> “111.111.111.111” <br> <br>And you should be all set. <br> <br>Also if you add another domain or a test domain you will see that this record is automatically generated and pointed to the IP you specify.
My bad, i had to sleep instead configuring servers.: www CNAME mysite.net. <br> <br>BTW, Thank you another time for your valuable feedback :)
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
