dns: add resolveSoa and 'SOA' rrtype
authorTuğrul Topuz <tugrultopuz@gmail.com>
Mon, 21 Oct 2013 13:47:57 +0000 (16:47 +0300)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 31 Dec 2013 22:30:40 +0000 (14:30 -0800)
commitbddea032b7f2b0f2854faa18855249286bd99428
tree09d538558d9c670f7c34ced6407e08efe85179fc
parent13de0f1d278a49b2bafac6471bec6c14c3c9376b
dns: add resolveSoa and 'SOA' rrtype

You can now query for SOA records by either passing 'SOA' to `resolve`
or by using the new `resolveSoa`
doc/api/dns.markdown
lib/dns.js
src/cares_wrap.cc
test/internet/test-dns.js