Question
site not resolving, what's wrong with A Records ?
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
Add a comment
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.
×