diff options
| author | Thanapat Chotipun <66824385+PatrickChoDev@users.noreply.github.com> | 2022-05-04 01:04:20 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-03 20:04:20 +0200 |
| commit | e3954df8c5f8a5dab7102ebae77dfc217fb9f098 (patch) | |
| tree | ded004147738a564f349c9850ad24462bae76128 /cli/tests/testdata/resolve_dns.ts.out | |
| parent | 3f08a40412d89bd54222ad51fc1aaeb508e2e5e7 (diff) | |
feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)
Diffstat (limited to 'cli/tests/testdata/resolve_dns.ts.out')
| -rw-r--r-- | cli/tests/testdata/resolve_dns.ts.out | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
