dnscontrol/pkg/js/parse_tests/003-meta.json
Tom Limoncelli ff3d446681
Codestyle: Fix formatting on parse_test JSON (#427)
* Fix failing parse_test 021
* Fix JSON formatting in parse_test directory
* js_test.go now reports json content length
2018-12-13 11:46:43 -05:00

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"
}
]
}