mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
21 lines
598 B
Text
21 lines
598 B
Text
A
|
|
["1.2.3.4","5.6.7.8"]
|
|
AAAA
|
|
["1:2:3:4:5:6:7:8"]
|
|
ANAME
|
|
["aname.example.com."]
|
|
CNAME
|
|
["cname.example.com."]
|
|
MX
|
|
[{"preference":10,"exchange":"mx1.com."},{"preference":20,"exchange":"mx2.com."}]
|
|
NS
|
|
["ns1.ns.com.","ns2.ns.com.","ns3.ns.com."]
|
|
PTR
|
|
["www.example.com.","alias.example.com."]
|
|
SOA
|
|
[{"mname":"net.example.com.","rname":"admin\\.domain.example.com."}]
|
|
SRV
|
|
[{"priority":0,"weight":100,"port":1234,"target":"srv.example.com."}]
|
|
TXT
|
|
[["I","am","a","txt","record"],["I","am","another","txt","record"],["I am a different","txt record"],["key=val"]]
|
|
Error NotFound thrown for not-found-example.com
|