Our domain name registrar is GoDaddy. We’ve had a lot of problems with GoDaddy’s handling of DNS, where DNS entries will suddenly appear and disappear at random. Often, changing a completely unrelated DNS record would result in other DNS entries going missing for hours. Extremely frustrating.

As a result of many, many bad experiences, over the weekend, we’ll be switching DNS providers. I asked around about quality DNS providers and I got a few consistent recommendations:

I was also (hilariously) referred to a Server Fault question on Hosting Your Own DNS. The entire DNS tag on Server Fault is good reading as well.

We eventually decided to go with Dynamic Network Services.

dynect-uptime

They must know DNS cold, because they have a freaking three letter domain name, man!

I also got to learn the exciting intricacies of exporting DNS records to text format, including the thrilling Start of Authority (SOA) record.

example.com.    IN    SOA   ns.example.com. hostmaster.example.com. (
                              2003080800 ; sn = serial number
                              172800     ; ref = refresh = 2d
                              900        ; ret = update retry = 15m
                              1209600    ; ex = expiry = 2w
                              3600       ; min = minimum = 1h
                              )

Starting at 5 pm PST today, we’ll flip over to the new nameservers:

ns1.p19.dynect.net
ns2.p19.dynect.net
ns3.p19.dynect.net
ns4.p19.dynect.net

It is our hope that outsourcing our DNS to professionals — to companies that specialize in this stuff — will result in less unpredictability when navigating to our websites.

« Podcast #67
Podcast #68 »

14 Responses

  1. Wayne says:

    I recently killed all of my DNS records for ALL of my domains on GoDaddy. The next morning I was greeted with a DynDNS error message saying that the domain name had some issues. Does this mean GoDaddy use DynDNS too? Even worse, could you still end up with exactly the same problem?

  2. Chris says:

    Interesting choice. I use EasyDNS for a personal domain.. it costs something like $15/year and I’ve never had the slightest problem with it. Where I work, we use Dynect. We’ve also never had a problem with it. The only difference I can see is that it quite literally costs thousands of times more. The company can afford it, but I’m not really sure what they get for it. They’re in an industry where everyone else uses Dynect, so I guess there’s some kind of warm fuzzy feeling from being part of the herd. I’m sure you’ll be happy with the service and maybe you got a better deal than we have.

  3. AnonJr says:

    Thank you for doing *something*. I was starting to doubt myself with all the varried Meta questions and no sign of recognition that it was a problem.

  4. Cory von Wallenstein says:

    Glad to have you aboard! I’m one of the developers at Dyn Inc., and a long time fan of Joel on Software, Coding Horror, and of course Stack Overflow! Welcome!

  5. Chris Bartow says:

    “They must know DNS cold, because they have a freaking three letter domain name, man!”

    Or they were able to write a very large check. :)

  6. Ólafur Waage says:

    So what does that say about people with 4 letter domain names?

  7. Matthew Krieger says:

    @Jeff – Did GoDaddy have any explanation for the problems?

  8. Jeff Atwood says:

    This was their explanation:

    http://www.godaddy.com/Shared/Video/hp-popupvideo-large.aspx?app_hdr=99&ci=15152&mediaid=speeding

  9. Avi Flax says:

    @Jeff — that’s AWFUL.

  10. Marc Gravell says:

    Well, call me paranoid – for now I’ll just comment out the hacks in my “hosts” file, just in case I need them again ;-p Best of luck, though – and cheers for doing something (*anything*) about this glitch.

  11. Codexon says:

    Its currently 4:32 PM PST. Does the DNS switching have anything to do with the Stackoverflow outage? Its currently showing:

    503 Service Unavailable
    No server is available to handle this request.

  12. Jeff Atwood says:

    No, we had to reboot the db server to apply windows updates, and HAProxy doesn’t like the app_offline file.

  13. Chris says:

    +1 DreamHost

  14. ant says:

    Good choice. I’ve been shamelessly freeloading off Dyn’s free dyndns service for years, and I’ve never seen it go down. They’ll get my money (…one day).

Leave a Reply