mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-14 19:37:43 +08:00
ff3d446681
* Fix failing parse_test 021 * Fix JSON formatting in parse_test directory * js_test.go now reports json content length
48 lines
866 B
JSON
48 lines
866 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"name": "@",
|
|
"target": "simple",
|
|
"txtstrings": [
|
|
"simple"
|
|
],
|
|
"type": "TXT"
|
|
},
|
|
{
|
|
"name": "@",
|
|
"target": "one",
|
|
"txtstrings": [
|
|
"one"
|
|
],
|
|
"type": "TXT"
|
|
},
|
|
{
|
|
"name": "@",
|
|
"target": "bonie",
|
|
"txtstrings": [
|
|
"bonie",
|
|
"clyde"
|
|
],
|
|
"type": "TXT"
|
|
},
|
|
{
|
|
"name": "@",
|
|
"target": "straw",
|
|
"txtstrings": [
|
|
"straw",
|
|
"wood",
|
|
"brick"
|
|
],
|
|
"type": "TXT"
|
|
}
|
|
],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|