mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 22:24:18 +08:00
* Fix failing parse_test 021 * Fix JSON formatting in parse_test directory * js_test.go now reports json content length
26 lines
428 B
JSON
26 lines
428 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"meta": {
|
|
"cloudflare_proxy": "ON"
|
|
},
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"type": "A"
|
|
}
|
|
],
|
|
"registrar": "Cloudflare"
|
|
}
|
|
],
|
|
"registrars": [
|
|
{
|
|
"name": "Cloudflare",
|
|
"type": "CLOUDFLAREAPI"
|
|
}
|
|
]
|
|
}
|