Skip to content

Instantly share code, notes, and snippets.

@misterdjules
Created August 7, 2014 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misterdjules/eb984bf0728b61cc8f28 to your computer and use it in GitHub Desktop.
Save misterdjules/eb984bf0728b61cc8f28 to your computer and use it in GitHub Desktop.
.\Release\node test\internet\dns.js results on Windows 7
jgilli@WIN-ALJGJOCA0KD ~/dev/node (fix-test-dns-services)
$ Release/node.exe test/internet/test-dns.js
test_resolve4
looking up nodejs.org...
test_resolve6
nodejs.org = [ '165.225.133.150' ]
test_reverse_ipv4
test_reverse_ipv6
test_reverse_bogus
test_resolveMx
test_resolveNs
test_resolveSrv
test_resolveNaptr
test_resolveSoa
test_resolveCname
test_resolveTxt
test_lookup_ipv4_explicit
test_lookup_ipv4_implicit
test_lookup_ipv4_explicit_object
test_lookup_ipv4_hint_addrconfig
test_lookup_ipv6_explicit
16 tests completed
c:\Users\jgilli\dev\node\test\internet\test-dns.js:372
if (err) throw err;
^
Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:41:10)
at Object.onlookup [as oncomplete] (dns.js:91:26)
jgilli@WIN-ALJGJOCA0KD ~/dev/node (fix-test-dns-services)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment