dnscontrol/pkg/js/parse_tests/002-ttl.json

32 lines
477 B
JSON
Raw Normal View History

2016-08-23 08:31:50 +08:00
{
"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"
}
]
}