dnscontrol/js/parse_tests/001-basic.json
2016-08-22 18:31:50 -06:00

30 lines
No EOL
509 B
JSON

{
"registrars": [
{
"name": "Third-Party",
"type": "NONE"
}
],
"dns_service_providers": [
{
"name": "Cloudflare",
"type": "CLOUDFLAREAPI"
}
],
"domains": [
{
"name": "foo.com",
"registrar": "Third-Party",
"dsps": [
"Cloudflare"
],
"records": [
{
"type": "A",
"name": "@",
"target": "1.2.3.4"
}
]
}
]
}