2018-01-05 08:19:35 +08:00
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"registrars": [],
|
2018-01-05 08:19:35 +08:00
|
|
|
"dns_providers": [],
|
|
|
|
"domains": [
|
|
|
|
{
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "foo.com",
|
2018-12-19 23:19:50 +08:00
|
|
|
"registrar": "none",
|
|
|
|
"dnsProviders": {},
|
2018-01-05 08:19:35 +08:00
|
|
|
"records": [
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "TXT",
|
2020-03-23 01:38:37 +08:00
|
|
|
"name": "a",
|
2018-01-05 08:19:35 +08:00
|
|
|
"target": "simple",
|
2018-12-14 00:46:43 +08:00
|
|
|
"txtstrings": [
|
|
|
|
"simple"
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2018-01-05 08:19:35 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "TXT",
|
2020-03-23 01:38:37 +08:00
|
|
|
"name": "b",
|
|
|
|
"target": "ws at end ",
|
|
|
|
"txtstrings": [
|
|
|
|
"ws at end "
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "TXT",
|
|
|
|
"name": "c",
|
2018-01-05 08:19:35 +08:00
|
|
|
"target": "one",
|
2018-12-14 00:46:43 +08:00
|
|
|
"txtstrings": [
|
|
|
|
"one"
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2018-01-05 08:19:35 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "TXT",
|
2020-03-23 01:38:37 +08:00
|
|
|
"name": "d",
|
2018-01-05 08:19:35 +08:00
|
|
|
"target": "bonie",
|
2018-12-14 00:46:43 +08:00
|
|
|
"txtstrings": [
|
|
|
|
"bonie",
|
|
|
|
"clyde"
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2018-01-05 08:19:35 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "TXT",
|
2020-03-23 01:38:37 +08:00
|
|
|
"name": "e",
|
2018-01-05 08:19:35 +08:00
|
|
|
"target": "straw",
|
2018-12-14 00:46:43 +08:00
|
|
|
"txtstrings": [
|
|
|
|
"straw",
|
|
|
|
"wood",
|
|
|
|
"brick"
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2018-01-05 08:19:35 +08:00
|
|
|
}
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2018-01-05 08:19:35 +08:00
|
|
|
}
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2020-03-23 01:38:37 +08:00
|
|
|
}
|