DNS in client-side JavaScript

Posted on 2010-07-25

I needed to do detailed DNS lookups in client-side JavaScript. I didn't find anything existing, so I whipped up a simple gateway that resolves DNS queries submitted via HTTP and returns the answers in JSON.

documentation and script

Tags: DNS JavaScript JSON dig