mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 12:00:31 +08:00
ff3d446681
* Fix failing parse_test 021 * Fix JSON formatting in parse_test directory * js_test.go now reports json content length
31 lines
477 B
JSON
31 lines
477 B
JSON
{
|
|
"dns_providers": [
|
|
{
|
|
"name": "Cloudflare",
|
|
"type": "CLOUDFLAREAPI"
|
|
}
|
|
],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {
|
|
"Cloudflare": -1
|
|
},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 42,
|
|
"type": "A"
|
|
}
|
|
],
|
|
"registrar": "Third-Party"
|
|
}
|
|
],
|
|
"registrars": [
|
|
{
|
|
"name": "Third-Party",
|
|
"type": "NONE"
|
|
}
|
|
]
|
|
}
|