diff options
Diffstat (limited to 'cli/tests/resolve_dns.ts.out')
-rw-r--r-- | cli/tests/resolve_dns.ts.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/tests/resolve_dns.ts.out b/cli/tests/resolve_dns.ts.out new file mode 100644 index 000000000..10bd78e8a --- /dev/null +++ b/cli/tests/resolve_dns.ts.out @@ -0,0 +1,16 @@ +A +["1.2.3.4"] +AAAA +["1:2:3:4:5:6:7:8"] +ANAME +["aname.com."] +CNAME +["cname.com."] +MX +[{"preference":0,"exchange":"mx.com."}] +PTR +["ptr.com."] +SRV +[{"priority":0,"weight":100,"port":1234,"target":"srv.com."}] +TXT +[["foo","bar"]] |