From e3954df8c5f8a5dab7102ebae77dfc217fb9f098 Mon Sep 17 00:00:00 2001 From: Thanapat Chotipun <66824385+PatrickChoDev@users.noreply.github.com> Date: Wed, 4 May 2022 01:04:20 +0700 Subject: feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372) --- cli/tests/testdata/resolve_dns.ts.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/testdata/resolve_dns.ts.out') diff --git a/cli/tests/testdata/resolve_dns.ts.out b/cli/tests/testdata/resolve_dns.ts.out index 8b378ce71..2b56d72ae 100644 --- a/cli/tests/testdata/resolve_dns.ts.out +++ b/cli/tests/testdata/resolve_dns.ts.out @@ -8,6 +8,8 @@ CNAME ["cname.com."] MX [{"preference":0,"exchange":"mx.com."}] +NS +["ns1.ns.com."] PTR ["ptr.com."] SRV -- cgit v1.2.3