From c9e9265c3eea93cd6006546a70f3552a41718944 Mon Sep 17 00:00:00 2001 From: Craig Morten Date: Sun, 15 May 2022 16:42:02 +0100 Subject: feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613) --- cli/tests/testdata/resolve_dns.zone.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata/resolve_dns.zone.in') 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 -- cgit v1.2.3