diff options
| author | Craig Morten <cmorten@users.noreply.github.com> | 2022-05-15 16:42:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 17:42:02 +0200 |
| commit | c9e9265c3eea93cd6006546a70f3552a41718944 (patch) | |
| tree | 1dbc7b60d0b0426543982de35141410a9bd6204f /cli/tests/testdata/resolve_dns.zone.in | |
| parent | 45ee72741225728f8fa3940fe4685f7d795ecca7 (diff) | |
feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613)
Diffstat (limited to 'cli/tests/testdata/resolve_dns.zone.in')
| -rw-r--r-- | cli/tests/testdata/resolve_dns.zone.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/tests/testdata/resolve_dns.zone.in b/cli/tests/testdata/resolve_dns.zone.in index 6b611bafa..456a8d8fb 100644 --- a/cli/tests/testdata/resolve_dns.zone.in +++ b/cli/tests/testdata/resolve_dns.zone.in @@ -21,4 +21,6 @@ alias CNAME cname 1.2.3.4.IN-ADDR.ARPA. PTR www PTR alias -_service._tcp SRV 0 100 1234 srv
\ No newline at end of file +_service._tcp SRV 0 100 1234 srv +@ IN NAPTR 10 0 "s" "SIPS+D2T" "" _sips._tcp.example.com. +@ IN NAPTR 10 0 "s" RELAY:turn.udp "" _turn._udp.example.com.
\ No newline at end of file |
