dnscontrol/pkg/js/parse_tests/004-ips.json

40 lines
652 B
JSON
Raw Normal View History

2016-08-23 08:31:50 +08:00
{
"registrars": [
{
"name": "Third-Party",
"type": "NONE"
}
],
"dns_providers": [
{
"name": "Cloudflare",
"type": "CLOUDFLAREAPI"
}
],
"domains": [
{
"name": "foo.com",
"registrar": "Third-Party",
"dnsProviders": {
"Cloudflare": 0
},
"records": [
{
"type": "A",
"name": "@",
"target": "1.2.3.4"
},
{
"type": "A",
"name": "p1",
"target": "1.2.3.5"
},
{
"type": "A",
"name": "p255",
"target": "1.2.4.3"
}
]
}
]
}