2021-01-19 23:39:04 +09:00
|
|
|
A
|
2022-05-14 19:08:35 +07:00
|
|
|
["1.2.3.4","5.6.7.8"]
|
2021-01-19 23:39:04 +09:00
|
|
|
AAAA
|
|
|
|
["1:2:3:4:5:6:7:8"]
|
|
|
|
ANAME
|
2022-05-14 19:08:35 +07:00
|
|
|
["aname.example.com."]
|
2021-01-19 23:39:04 +09:00
|
|
|
CNAME
|
2022-05-14 19:08:35 +07:00
|
|
|
["cname.example.com."]
|
2021-01-19 23:39:04 +09:00
|
|
|
MX
|
2022-05-14 19:08:35 +07:00
|
|
|
[{"preference":10,"exchange":"mx1.com."},{"preference":20,"exchange":"mx2.com."}]
|
2022-05-04 01:04:20 +07:00
|
|
|
NS
|
2022-05-14 19:08:35 +07:00
|
|
|
["ns1.ns.com.","ns2.ns.com.","ns3.ns.com."]
|
2021-01-19 23:39:04 +09:00
|
|
|
PTR
|
2022-05-14 19:08:35 +07:00
|
|
|
["www.example.com.","alias.example.com."]
|
|
|
|
SOA
|
|
|
|
[{"mname":"net.example.com.","rname":"admin\\.domain.example.com."}]
|
2021-01-19 23:39:04 +09:00
|
|
|
SRV
|
2022-05-14 19:08:35 +07:00
|
|
|
[{"priority":0,"weight":100,"port":1234,"target":"srv.example.com."}]
|
2021-01-19 23:39:04 +09:00
|
|
|
TXT
|
2022-05-14 19:08:35 +07:00
|
|
|
[["I","am","a","txt","record"],["I","am","another","txt","record"],["I am a different","txt record"],["key=val"]]
|
2021-10-10 15:44:45 +05:30
|
|
|
Error NotFound thrown for not-found-example.com
|