mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* Fix failing parse_test 021 * Fix JSON formatting in parse_test directory * js_test.go now reports json content length
19 lines
284 B
JSON
19 lines
284 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"name": "@",
|
|
"target": "foo.com.",
|
|
"type": "ALIAS"
|
|
}
|
|
],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|